I have added a web app to the Home page.
When I open the app in short cut, its looks is consistent with other native. e.g. the typical Safari tabbar disappear. The url bar is hidden. etc
On the main page, I have a number of tag and links to other pages within the same app. Typically they are something like this
<a class="content" href="/myapp/16270001">
<span class="name" style="word-wrap: break-word;">Test Link </span>
</a>
When I click on the link, it will jump right into Safari and open http://myapp.com/myapp/16270001, instead of opening up in original view.
How can I make the follow the link action remain in the app's View?