I've developed an app and when testing on iOS I found that opening a HTML5 Web App from the Home Screen (using the Add to Home Screen option from the browser) handles opening hyperlinks differently than from within the Safari Web browser.
Steps to reproduce:
Create a publish a HTML5 Mobile Web App with a hyperlink to an external Web site. Specify "Open in new window" on the link options.
Open the URL for site.
Click on the hyperlink - it will open in a new window. Switch back the Mobile Web App window.
Use the Share button and "Add to Home Screen"
Open the Mobile Web App from the Home Screen
Click on the hyperlink - the target page will open in the same window and the user will not be able to navigate back the Mobile Web App
Anyone have a solution to this problem?