- What is the BlackBerry Dynamics SDK?
- Requirements and support for platform-specific features
- Steps to get started with the BlackBerry Dynamics SDK
- Install the BlackBerry Dynamics SDK for Cordova
- Using plug-ins to enable your apps
- Plug-ins available in the BlackBerry Dynamics SDK for Cordova
- Installing the Base plug-in
- Check the version of installed plug-ins
- Security of Cordova localStorage
- Using a custom Activity subclass
- Using a custom Application subclass
- Control whether the BlackBerry Dynamics Launcher displays in a BlackBerry Dynamics app
- Implementing Play Integrity attestation for BlackBerry Dynamics apps
- Sample apps
- Testing and troubleshooting
- Deploying your BlackBerry Dynamics app
- Deploying certificates to BlackBerry Dynamics apps
Support for WKWebView
The
BlackBerry Dynamics SDK for Cordova
is 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.The Base plug-in (
cordova-plugin-bbd-base
) automatically integrates cordova-plugin-wkwebview-engine
to add support for WKWebView.cordova-plugin-wkwebview-engine
changes the underlying web view control to WKWebView instead of UIWebView.Note the following support details:
- UIWebView support is removed. Use WKWebView instead.
- The WKWebView Engine plugin is compatible withCordova6.0.0 and later.
- The XmlHttpRequest interface will be redirected to theBlackBerry Dynamicssecure infrastructure.