It works in a browser, and on my device with “ionic run”.
But it doesn’t work on my client devices, who installed the app with the apk file I generated (using ionic package build android).
To use this functionality on your device you need the cordova inappbrowser, which can be found here. If you use the ngCordova lib, you can also check this documentation for reference. Good luck!
I already installed the cordova inappbrowser plugin.
I just did another test with: $cordovaInAppBrowser.open(…), and it works on my device, with “ionic run”.
But on another device, after an update of the app, nothing happens when I click on my links…
I’m really stuck…
I have rebuilt the .apk file, and now it works on my customer’s devices. I think the problem was related to the config.xml file (the “allow-navigation” setting ?)