Is Websql the only local storage form in phonegap/Ordova?

Asked

Viewed 485 times

1

Outside the database created by "browser", what other forms of data persistence we have on android with phonegap?

  • https://github.com/knadh/localStorageDB/ Try this project in javascript!

1 answer

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

You are not signed in. Login or sign up in order to post.