iphone - how to make a phonegap app load a url in page without opening it with safari -


How to load an iPhone native app with phonegap or other HTML based app makers using this HTML / JS

You can enter the URL in a navigation controller (like the FB iPhone app) without leaving the app. You can use a plugin in your Xcode project. It was specially designed to solve the situation created by the people of the phonegap team.

This gives you a new controller (from your original PhoneGap original app) which is a browser in pop up and controller. A button lets the user see the 'close' view and you can return to the original app.


Comments