Question

I want to open a url that does not exit the app when it is deployed via Cordova / Phone Gap.

UIWebView

Sample UIWebViewImage

I want to do something similar retain the top NavBar of the app, but without the address bar. When I currently visit a url it will open the whole screen into the app, without back/forward buttons or any of the navbar or tabbar navigation.

Was it helpful?

Solution

You need to use the InAppBrowser of PhoneGap.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top