Plugins Release
08 Dec 2015
The following plugins were updated today:
- cordova-plugin-wkwebview-engine@1.0.0
This is the initial release of this plugin. This plugin requires cordova-ios@4.0.0
. Please read the iOS 4.0.0 release blog for instructions to update.
To install:
cordova plugin add cordova-plugin-wkwebview-engine --save
If you are thinking of migrating from using the UIWebView on iOS, please read the README and also take note of the limitations of this plugin.
Changes include:
cordova-plugin-wkwebview-engine@1.0.0
- CB-10146 - Add to README
WKWebViewEngine
quirks that will affect migration fromUIWebView
- CB-10133 - DataClone DOM Exception 25 thrown for postMessage
- CB-10106 - added bridge proxy
- CB-10107 -
nativeEvalAndFetch
called for all bridges - CB-10106 - iOS bridges need to take into account bridge changes
- CB-10073 -
WKWebViewEngine
should postCDVPluginResetNotification
- CB-10035 - Updated RELEASENOTES to be newest to oldest
- CB-10002 -
WKWebView
should propagate shouldOverrideLoadWithRequest to plugins - CB-9979 CB-9972 Change ATS link to new link
- CB-9636 - Plugin should detect at runtime iOS 8 and use of
file://
url and present an error - CB-8839 -
WKWebView
ignoresDisallowOverscroll
preference - CB-8556 - fix
handleOpenURL
forWKWebViewEngine
plugin - CB-8666 - Update
CDVWKWebViewEngine
plugin to use 4.0.x branch code