Skip to content

List of Cordova plugins.

Aravind edited this page Feb 18, 2015 · 4 revisions

The following are the Cordova plugins that are in use in the Scrollback android application.

  1. InappBrowser: Used by the Google module for oauth. Repo

  2. PushPlugin: Handles GCM push notifications. Repo

  3. UniqueDeviceID: Used to generate unique device IDs for each device that are immune to app re-installs. Repo

  4. Device: Defines a global device object that contains information about the current device's hardware and software. [Repo] (https://github.com/apache/cordova-plugin-device)

  5. File: Implements a File API for reading and writing to the phone's filesystem. Possibly a dependency. [Repo] (https://github.com/apache/cordova-plugin-file)

  6. LauncyMyApp: Provides deep-linking for the app (Allows scrollback.io links to be opened with the Android application). [Repo] (https://github.com/joaomak/LaunchMyApp-PhoneGap-Plugin)

  7. NetworkInformation: Provides information about the device's cellular and wifi connection, and whether the device has an internet connection. [Repo] (https://github.com/apache/cordova-plugin-network-information)

  8. FacebookPlugin: Enables the application to have Facebook login via single sign on using the device's account manager. [Repo] (https://github.com/Wizcorp/phonegap-facebook-plugin.git)

Clone this wiki locally