-
Notifications
You must be signed in to change notification settings - Fork 108
Home
Gilles Callebaut edited this page May 3, 2016
·
3 revisions
NativeStorage is a Cordova plugin. This plugin provides persistent storage of primitives native in Android and iOS (and maybe Windows in the future). It's created because of the non-persistent property of LocalStorage in the WebView of Android and iOS. In iOS stored data from LocalStorage can be removed by the OS, when running out of memory.
Currently supported types:
- Boolean
- String
- Object
- Double (Number)
- Integer (Number)
Currently supported platforms:
- Android
- iOS
- Browser (for testing purposes)
Cordova is a cross-platform tool focused on building mobile applications. Developers are able to build applications by means of Web standards, i.e. JavaScript, HTML and CSS.