Comment on page
Cordova Plugins
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.
These plugins are required for the proper functioning of the app and must be included in
config.xml
.Plugin | Version |
---|---|
4.0.0 | |
2.1.0 | |
7.0.0 | |
5.0.0 | |
6.0.2 | |
3.0.0 | |
1.0.0 | |
3.1.0 |
These plugins are optional and depends on your app requirements.
Plugin | Version |
---|---|
1.28.0 | |
2.0.3 | |
6.0.0 | |
0.2.0 | |
2.0.2 | |
5.0.1 | |
4.1.0 | |
4.0.0 | |
3.0.0 | |
6.0.4 | |
6.1.0 | |
3.1.1 |
To test Cordova Plugins, you must compile your app and run it on an emulator or a real device.
Last modified 9mo ago