Page 1 of 1

cordova webview aplication open links in browser not in webview

Posted: Thu May 28, 2015 9:15 am
by Mihai Tudor

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


cordova webview aplication open links in browser not in webview

Posted: Thu May 28, 2015 3:32 pm
by Illya Stepanov

Hi Mihai -

Sorry, do you want to open link inside InAppBrowser or in system browser?

On what platform you are testing this code?


cordova webview aplication open links in browser not in webview

Posted: Fri May 29, 2015 6:10 am
by Mihai Tudor

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


cordova webview aplication open links in browser not in webview

Posted: Sun May 31, 2015 12:14 am
by Illya Stepanov

Mihai -

Could you please show us how exactly you're using this code in your app?