Cordova Plugins
Overview
Cordova Plugins provide access to native device and platform functionalities to the hybrid apps via Cordova.
The configuration file for managing Cordova plugins is config.xml
Nectar comes with most commonly required Cordova plugins along with optimal configuration. You can always install other Cordova plugins from NPM.
Required Plugins
These plugins are required for the proper functioning of the app and must be included in config.xml
.
Plugin
Version
Optional Plugins
These plugins are optional and depends on your app requirements.
Plugin
Version
1.28.0
To test Cordova Plugins, you must compile your app and run it on an emulator or a real device.
Last updated