Can I open external links with Phonegap Cordova (1.8.1) in iOS without the Childbrowser plugin?
Most of the tutorials that talk about this topic are outdated.
Any solution?
Thanks.
Can I open external links with Phonegap Cordova (1.8.1) in iOS without the Childbrowser plugin?
Most of the tutorials that talk about this topic are outdated.
Any solution?
Thanks.
Actually, using
<a href="my-external-url" target="_blank">a link like this</a>
Or
window.location.href="my-external-url"
Will open the external URL in the Phonegap webview, not in a browser. If you have this working as you claim, you have solved a really big issue for all phonegap users. Some literature on this topic.
You can use window.open with "_system" as the window name (InAppBrowser)