Support for WKWebView
The
BlackBerry Dynamics SDK for Cordova
version 4.2 and later are compatible with iOS
WKWebView. For details about WKWebView support in the BlackBerry Dynamics SDK for iOS
, see the BlackBerry Dynamics SDK for iOS Development Guide.To use WKWebView in a
Cordova
app, add the WKWebView Engine plugin, for example, by running the following:$ cordova plugin add cordova-plugin-wkwebview-engine
This plugin changes the underlying web view control to WKWebView instead of UIWebView.
Note the following support details:
- UIWebView is deprecated iniOS12. WKWebView should be used instead.
- The WKWebView Engine plugin is compatible withCordova6.0.0 and later.
- The XmlHttpRequest interface will be redirected to theBlackBerry Dynamicssecure infrastructure.