I\'m building an app for Android and iOS using Cordva (v3.3.0) and JQuery Mobile. Now I\'m trying to use the InAppBrowser plugin. On Android this works fine but on iOS the webpa
Just found the solution.
The following entry was missing in the iOS cordova_plugins.js File. In Android it was available....
{ "file": "plugins/org.apache.cordova.core.inappbrowser/www/InAppBrowser.js", "id": "org.apache.cordova.core.inappbrowser.InAppBrowser", "clobbers": [ "window.open" ] },