1.0.3 • Published 10 years ago

cordova-plugin-preferences v1.0.3

Weekly downloads
5
License
-
Repository
github
Last release
10 years ago

cordova-plugin-preferences

Preferences plugin for Cordova

Set up

  1. Download / add submodule / add using npm
  2. Register plugin as Cordova feature (www/config.xml)
  3. See preferences.js for available calls

config.xml feature code, just in case

<feature name="Preferences">
    <param name="ios-package" value="IKPreferencesPlugin" />
</feature>