Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

navigator.app.loadUrl(the_link, { openExternal:true } ); not supported with latest release of Appery.io Android Tester A

Daniel,

We have tested and it works fine.

Please share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a, tell us its name and steps to test.
Also specify your device (model and OS version).

Jonathon Dunford
Posts: 0
Joined: Wed Mar 26, 2014 9:17 pm

navigator.app.loadUrl(the_link, { openExternal:true } ); not supported with latest release of Appery.io Android Tester A

I'm not sure this is the right place, but I have been unable to use ANY of the fixes I have found in order to open links in external browsers.

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

navigator.app.loadUrl(the_link, { openExternal:true } ); not supported with latest release of Appery.io Android Tester A

Jonathon,

Please try to use next code:

pre
alert("Before open link");
window.open("http://google.com/", "_system");
alert("After open link");
/pre
and tell us about result after testing.

Please don't change the link to other one.
What device are you using for testing (device model and OS version)?

Dan Hoeck
Posts: 0
Joined: Sat May 17, 2014 3:55 am

navigator.app.loadUrl(the_link, { openExternal:true } ); not supported with latest release of Appery.io Android Tester A

I have been trying to use

window.open(the_link, "_system");

but cannot seem to get it to work, if in place of "the_link" I use a var. Any suggestions?

Return to “Issues”