Reputation: 17651
Is it possible to open a url within a PhoneGap compiled HTML5 app?
We need to process our orders by sending a url to an external https webpage. We would like to open this page within our app rather than externally in the phone's browser?
I know that Phonegap uses the webview class, but have no idea how to alter it to make URLs open internally!
Thanks Paul
Upvotes: 2
Views: 3564
Reputation: 7985
checkout the phonegap plugin childbrowser: https://github.com/purplecabbage/phonegap-plugins/tree/master/Android/ChildBrowser It enables you to open a second browser window with the other url.
Upvotes: 4