- About this guide
- BlackBerry Dynamics background
- BlackBerry Dynamics API reference
- FIPS 140-2 compliance
- Easy Activation
- Securing cut-copy-paste on devices (Data Leakage Prevention, or DLP)
- Shared Services Framework
- Support for fingerprint authentication
- Support for WKWebView
- Support for client certificates
- Support for the "Do not require password" setting
- Support for AngularJS and Ionic
- Bypassing the App Lock screen
- Supported languages
- Requirements
- Steps to get started with the BlackBerry Dynamics SDK for Cordova
- Using plug-ins to enable your apps
- Sample apps
- Testing and troubleshooting
- Readying your app for deployment: server setup
- BlackBerry Docs
- BlackBerry Dynamics SDK for Cordova 4.2
- BlackBerry Dynamics SDK for Cordova Development Guide
- BlackBerry Dynamics background
- Support for AngularJS and Ionic
Support for AngularJS and Ionic
AngularJS
and Ionic
Except for the limitations noted below for
Android
, the BlackBerry Dynamics SDK for Cordova
supports all of the features of:
- AngularJSversion 1, 2, 4, and 5
- Ionicversion 3
Note the following limitations for
Android
only:
- Synchronous HTTP requests via XMLHttpRequest are not supported. The requests are treated as asynchronous.
- File uploads with FormData() are not supported. Use the FileTransfer plug-in (cordova-plugin-bbd-filetransfer) for file uploads and downloads. For more information about this plug-in, see Directory structure and available plug-ins.