Blog RSS Feed

Cordova Plugin InAppBrowser 3.2.0 Released!
By: Niklas Merz
08 Jan 2020

We are happy to announce that we have just released an update to cordova-plugin-inappbrowser!

Release Highlights

The most notable improvements in this minor release are:

  • The support of the WKWebViewOnly preference.
  • A patch for an issue with WKWebView introduced with iOS 13.

Please report any issues you find at issues.cordova.io!

Changes include:

  • GH-503 Defensive code to prevent NULL reference exceptions for async
  • GH-584 Add compile-time decision for disabling UIWebView
  • GH-401 Move createIframeBridge to injectDeferredObject
  • GH-534 Fix InAppBrowser not opening on iOS 13