/cordova-indexeddb

Cordova indexedDB plugin

Primary LanguageJavaScriptApache License 2.0Apache-2.0

cordova-indexeddb

Cordova indexedDB plugin, uses the indexedDBShim from: https://github.com/axemclion/IndexedDBShim

How to install

cordova plugin add https://github.com/DickvdBrink/cordova-indexeddb.git

Wait for the cordova onDeviceReady event before using indexedDB.

See the docs for more info: http://cordova.apache.org/docs/en/edge/cordova_events_events.md.html#deviceready

How to use

You can't use the indexedDB plugin till after the deviceready event so please make sure to wait for that event!

Supported platforms

  • iOS 6+
  • Android 2.x+