how is it possible using html/js to make an iphone native app build with phonegap or other html based app makers to load an url in a navigation controller without leaving the app. (sort of like the fb iphone app)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use a Plugin in your Xcode project. This one was specifically created by the guys on the PhoneGap team to address the situation you desribe.
Chec out the code in http://github.com/purplecabbage/PhoneGap-Plugins/tree/master/ChildBrowser. This allows you ‘spawn’ a new controller (from your basic PhoneGap Native app) which pops up and has a browser in the controller. A button allows the user ‘close’ the view and you return to the native app.