Android ver. 4.3
Trying to open Phones built in browser.
NOTE!. The tests below do not work when app is installed on Phone.
However. When using appery tester on phone it works!!
Using Apperys "link". NO browser opens. No errors either. But works in Tester
Using window.location = 'my web addy' NO browser opens. No errors either. But works in Tester
Using window.open('my web addy', '_system'); Browser OPENS!. but puts content to google search. Not the address bar .No errors either.
navigator.app.loadUrl('my web addy', { openExternal:true } ); Browser OPENS!. but puts content to google search. Not the address bar .No errors either.
No errors on logcat
So how do I open external browser?
(NOT CHILDBROWSER. Because It is a download link for app update)
And why does this work in app tested in Appery tester?
Is it a permissions thing?
Thanks