This content has been marked as final.
Show 1 reply
-
1. Re: jquery mobile web app
pziecina Dec 10, 2013 11:02 AM (in response to Automator21)Hi
The way to do that is to use the iOS javascript api that opens a web browser within your app, or phonegap.
You have probably seen this behaviour, it has the 'Done' text at the top that you select to close the 'in app browser'.
Off hand I cannot remember the iOS api name, but it should be documented in the iOS developers guide -
https://developer.apple.com/library/ios/navigation/
The other way is to use the 'inAppBrowser' phonegap function -
http://docs.phonegap.com/en/2.3.0/cordova_inappbrowser_inappbrowser.md.html
PZ



