i tried to create an javascript to help me to open specific links in browser not in webview i used:
window.open('http://test.org', '_system');
and is not working it oppens link in webview
i tried to create an javascript to help me to open specific links in browser not in webview i used:
window.open('http://test.org', '_system');
and is not working it oppens link in webview
Hi Mihai -
Sorry, do you want to open link inside InAppBrowser or in system browser?
On what platform you are testing this code?
i want to open the link in system browser from webview. the aplication that i'm making is an webview app based on cordova an i want to open specific links in device browser.
tested on android 4.4.1 from appery.io tester aplication and from an generated apk
Mihai -
Could you please show us how exactly you're using this code in your app?