layout: post author: name: Shazron Abdullah url: https://twitter.com/shazron title: “Plugins Release” categories: news tags: release plugins

The following plugins were updated today:

This release brings cordova-ios@4.0.0 platform compatibility to the cordova-plugin-inappbrowser plugin, and it is also backwards compatible with cordova-ios@3.

The cordova-plugin-wkwebview-engine plugin was updated to fix a bug related to loading pages in cordova-plugin-inappbrowser.

To install:

cordova plugin add cordova-plugin-inappbrowser --save
cordova plugin add cordova-plugin-wkwebview-engine --save

Changes include:

cordova-plugin-wkwebview-engine@1.0.1

  • CB-10190 - WKWebView engine is not releasing the user-agent lock

cordova-plugin-inappbrowser@1.1.1

  • CB-9445 Improves executeScript callbacks on iOS
  • CB-10035 Incremented plugin version.
  • CB-10040 - re-fix: backwards compatible with cordova-ios < 4.0
  • CB-8534: Allow plugins to respond to onReceivedHttpAuthRequest. This closes #82
  • CB-3750: Fixes spinner on iOS. This closes #89
  • CB-7696 Document target=_self behavior for Windows
  • CB-10040 - Compile Error in InAppBrowser Plugin for iOS - No known instance method for selector ‘URLIsWhitelisted:’