Search code examples
ioshybrid-mobile-appkendo-mobile

How to open url inside the app with Keno Mobile similiar to UIWebView in iOS


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.


Solution

  • You need to use the InAppBrowser of PhoneGap.