Open links in external browser?
-
I have tried multiple solutions found online, all with no success. I come here hoping for help. How can I open a link (example, http://reddit.com) in the default browser on Android OS? I have tried with and without InAppBorwser plugin and every link opens with my app… Any help is appreciated…
-
@dustintinsley with the
InAppBrowser
plugin if you set the'system'
option as in the examplewindow.open(‘http://example.com’, ‘_system’);
it should open the default native browser
-
@dustintinsley While not exactly what you are asking for, this tutorial that I wrote also gives some excellent points should you be wanting to implement that with certain Onsen elements.
https://github.com/munsterlander/Onsen-Examples/tree/master/Draggable-Items