DickvdBrink / cordova-indexeddb

Cordova indexedDB plugin
Apache License 2.0
11 stars 3 forks source link

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