I have a bunch of links in my app. I added rel=\'external\' target=\'_blank\'
to all of them.
In the Ripple emulator, or in a regular desktop browser,
There're a few questions like this, but all of them try to use inappbrowser. I've used the following plugin:
com.byhook.cordova.chromelauncher
Just install it, as always, through cli:
cordova plugin add com.byhook.cordova.chromelauncher
And add the following JavaScript code:
ChromeLauncher.open(url)
This will: