InAppBrowser Plugin Update

  • 1
  • Announcement
  • Updated 6 years ago
To update, looks like the new version (0.3.3) of the InAppBrowser plugin only compiles with PhoneGap 3.3.0 (despite its plugin.xml). So either lock your inappbrowser plugin to the old version:

<gap:plugin name="org.apache.cordova.inappbrowser" version="0.2.4" />

or update your app to use the latest version of PhoneGap and the new InAppBrowser:

<preference name="phonegap-version" value="3.3.0" />
Photo of ryan

ryan, Developer

  • 1538 Posts
  • 132 Reply Likes

Posted 6 years ago

  • 1
Photo of derix

derix

  • 2 Posts
  • 0 Reply Likes
solved my problem - what an amazing support :)
Photo of Bhaskar Gandavabi

Bhaskar Gandavabi

  • 3 Posts
  • 0 Reply Likes
Thanks. It builds now, however I was using media api with 3.1.0 and now that doesn't play any audio. Is there any change in media api with 3.3.0?