Blank page on initialization after install cordova-plugin-inappbrowser

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

Can you try for testing purposes to create a new Ionic project and install only cordova-plugin-inappbrowser?

I test with blank project and works, then I test the problematic app and works. I don’t konw what could happend. I think that this thread must be deleted. Thank you for your time.