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