Skip to content

Instantly share code, notes, and snippets.

@bergerjac
Last active November 3, 2016 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bergerjac/ff3777420a95bc4874309d37b471e4d6 to your computer and use it in GitHub Desktop.
Save bergerjac/ff3777420a95bc4874309d37b471e4d6 to your computer and use it in GitHub Desktop.
List of Cordova Plugins Summary
Plugin Permission
cordova-plugin-battery-status hook onto battery change events
cordova-plugin-camera take pictures and read from the images library
cordova-plugin-media-capture audio, image, and video capture
cordova-plugin-console make console.log() more useful
cordova-plugin-contacts access device contacts
cordova-plugin-device info about the device's hardware and software
cordova-plugin-device-motion access the motion sensor accelerometer to detect changes in movement relative to the current device orientation
cordova-plugin-dialogs access some native dialog UI elements
cordova-plugin-file read/write access to files
cordova-plugin-file-transfer upload and download files
cordova-plugin-geolocation device's location, such as latitude and longitude
cordova-plugin-globalization read/write access to the user's locale, language, and timezone
cordova-plugin-inappbrowser display web pages without users leaving your app
cordova-plugin-media record and play back audio files
cordova-plugin-network-information info about cellular, wifi, and internet connection
cordova-plugin-splashscreen display and hide a splash screen during your app launch
cordova-plugin-statusbar customize the iOS and Android StatusBar
cordova-plugin-vibration vibrate the device
cordova-plugin-whitelist whitelist policy for navigating your app webview on Cordova 4.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment