I found it very fustrating that they didn’t fix this bug yet.
When you installed the inappbrowser cordova plugin, you probably did the following:
1 | cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git |
In ngCordova.js, they hardcoded “org.apache.cordova.inappbrowser” when your plugin is called “cordova-plugin-inappbrowser”.
The solution is to strign replace all traces of “org.apache.cordova.inappbrowser” and everything should work fine.
Hope this saves you time.