1
Outside the database created by "browser", what other forms of data persistence we have on android with phonegap?
1
Outside the database created by "browser", what other forms of data persistence we have on android with phonegap?
1
The Storage site of Html5 is also a good option. Direct use to record user information, app settings and etc. It is a "value key" stored in the browser with no time to expire. If you want to know more about... http://www.w3schools.com/html/html5_webstorage.asp I hope I’ve helped :)
Browser other questions tagged apache-cordova sqlite websql persistence
You are not signed in. Login or sign up in order to post.
https://github.com/knadh/localStorageDB/ Try this project in javascript!
– Luan zanchet