-
Hybrid mobile applications built using JET can use Cordova plugins to provide users with access to native device capabilities.
You can search for available plugins on the Cordova Plugin Search page.
Plugins can be added to your JET application as follows:
cd hybrid ojet add plugin <plugin-name>
The following plugins have been successfully used in the verification testing of JET sample or demo apps.
Latest Verified Version: 4.1.0
cordova-plugin-camera
This plugin provides an API for taking pictures with the device camera and for choosing images from the device's image library.
Latest Verified Version: 3.0.1
cordova-plugin-contacts
This plugin provides access to the device contacts database.
Latest Verified Version: 4.4.0
cordova-plugin-customurlscheme
This plugin allows your app to be launched by a URL like mycoolapp://path?foo=bar.
Latest Verified Version: 2.0.3
cordova-plugin-device
This plugin provides an API to retrieve information that describes the device's hardware and software.
Latest Verified Version: 1.0.2
cordova-plugin-emm-app-config
This plugin provides an API to retrieve Enterprise Mobility Management (EMM) application configuration (or managed app configuration) that is pushed to managed devices by EMM servers.
Latest Verified Version: 6.0.2
cordova-plugin-file
This plugin implements a File API allowing read/write access to files residing on the device.
Latest Verified Version: 2.2.1
cordova-plugin-file-opener2
This plugin will open a file on your device file system with its default application.
Latest Verified Version: 1.7.1
cordova-plugin-file-transfer
This plugin provides an API to upload and download files from/to the device.
NOTE: This plugin has been deprecated by the author and may be removed from this list in a future JET release.Latest Verified Version: 4.0.2
cordova-plugin-geolocation
This plugin accesses GPS data and provides information about the device's location, such as latitude and longitude. Be aware that there may be compatibility issues with older Android devices.
Latest Verified Version: 1.2.0
cordova-plugin-keyboard
This plugin provides the Keyboard object which has some functions to customize and control the soft keyboard.
Latest Verified Version: 1.0.9
cordova-plugin-globalization
This plugin obtains information and performs operations specific to the user's locale, language and timezone.
Latest Verified Version: 3.1.0
cordova-plugin-inappbrowser
This plugin provides an API that allows your app to open a URL in a web browser within your app, or in the external device browser.
Latest Verified Version: 2.0.2
cordova-plugin-network-information
This plugin provides information about the device's cellular and wifi connection, and whether the device has an internet connection.
Latest Verified Version: 1.2.0
cordova-plugin-oracle-idm-auth
The plugin provides authentication and authorization functionality, supporting standard protocols like Basic Auth, OAUTH, OpenID Connect and webSSO.
Latest Verified Version: 5.0.3
cordova-plugin-splashscreen
This plugin is required to control splash screen behaviour during app launch.
Latest Verified Version: 2.4.3
cordova-plugin-statusbar
This plugin provides an API to customize the behaviour of the status bar while your app is running.
Latest Verified Version: 1.3.4
cordova-plugin-whitelist
This plugin is automatically included by Cordova when scaffolding an app for Android to implement a whitelist policy that enables you to control the navigation of URLs within your app.
Latest Verified Version: 2.1.1
cordova-plugin-wkwebview-file-xhr
This plugin makes your app use the WKWebView instead of the UIWebView on iOS, bringing significant JavaScript performance improvements. It provides an XMLHttpRequest polyfill that enables loading resources from the "www" folder of the main resource bundle when using WKWebView. Be aware that WKWebView issues external XMLHttpRequests with a "null" origin, which may necessitate changes to your server's CORS policy configuration.
Latest Verified Version: 7.0.0
phonegap-plugin-barcodescanner
This plugin provides an API for scanning a barcode using the device's camera.
Latest Verified Version: 2.1.3
phonegap-plugin-push
This plugin provides an API to register and receive native push notifications.