I need to open external urls from my app. I read that is needed inappbrowser plugin for that. I installed the inappbrowser plugin with the command without problem:
ionic plugin add cordova-plugin-inappbrowser
Then when I go to test the app in one Moto G 2014 (Android 5) I see a blank page after splash screen. No text, no nothing. Then if I remove the plugin and test again against the device, the app works without problem.
ionic plugin remove cordova-plugin-inappbrowser
Any ideas about this issue? Thank you very much