Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
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