MENU
Hardware APIs
cordova-plugin-device supplies information about the device such as its model, platform, uuid, version, manufacturer, and serial number.
cordova-plugin-battery-status allows event listeners to be attached to hardware events related to the battery of the device.
cordova-plugin-vibration provides a way to vibrate the device.
cordova-plugin-camera provides an API for taking pictures and for choosing images from the image library of the system.
cordova-plugin-file implements a File API allowing read/write access to files residing on the device.
cordova-plugin-geolocation provides information about the device's location on the planet, such as latitude and longitude, using wifi information and GPS.