Skip to content

DickvdBrink/cordova-indexeddb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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+

About

Cordova indexedDB plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published