javascript - PhoneGap Build: how to open external url in device browser on Android? -
The external URL does not open in the phone's browser in my PhoneGap Android application. I'm using PhoneGap build 2.3.0. According to
I used the target_system:
window.open ('http://www.myurl.nl', '_system'); I have my config.xml:
& Lt; Origin of access = "*" Browser only = "true" /> But still open the webwain in my app I
How to solve it?
When you want to keep, the answer is no, using the PhoneGap build, but on my machine Cordova 2.5.0 window.open ('http://www.myurl.nl', '_system') was set up by setting up a development environment for Cordova (PhoneGap) and compiling the app locally. ) In; does the right thing, it will open links in the system's browser. So my advice is to stop using the PhoneGap build and start compiling your app locally.
Comments
Post a Comment