Search found 3 matches

Go to advanced search

by Daniel Gerardo Martinez
Mon Mar 17, 2014 1:41 am
Forum: Issues
Topic: navigator.app.loadUrl(the_link, { openExternal:true } ); not supported with latest release of Appery.io Android Tester A
Replies: 13
Views: 1923
 
Jump to post

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

Alena, thank you for your fast reply, the url is correct as I could open it in chrome; if I remove openExternal:true, the local page is opened in the webviewer, but how can I open it in a external android browser?

Thank you in advance

by Daniel Gerardo Martinez
Mon Mar 17, 2014 12:49 am
Forum: Issues
Topic: navigator.app.loadUrl(the_link, { openExternal:true } ); not supported with latest release of Appery.io Android Tester A
Replies: 13
Views: 1923
 
Jump to post

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

Hello, I'm having a hard time trying to open a local html file in an external browser:

I'm using:

Code: Select all

 navigator.app.loadUrl(encodeURI("file:///sdcard/PA5_CN_B1_OA_10001/index.html"), { openExternal:true }); 

Is there any alternative?

Go to advanced search