I am working on a phonegap build project and I need to open all external links on the default browser.
I've tried this setting:
<preference name="stay-in-webview" value="false" />
but that's not opening the link in the default browser.
How can I get all external links to open in the default browser?