Help with opening external webpage from within Apache Cordova app

Hi,

I am currently developing a mobile app in jQuery Mobile using Apache Cordova. So far I have had no problems and have a working .apk file that installs and everything runs smoothly.

What I want to do however, is to link to an external web page - but rather than that web page to load in the default browser in a new window, I want the page to load from within the app full screen (no browser) - the reason for this is that these will be server side pages. I want it all contained within the app wrapper rather than opening a web browser with the link.

Possible?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.