So as the title suggests. Just wanted to know some ways to store various data on cordova apps. Not sure how this works since local storage is a browser thing, but does this work when applied to native apps on phones? can you use something like SQLite for large amounts of information and models?
Edit: After some more research, the best solution to use in a PhoneGap environment would be angular-localforage
https://github.com/ocombe/angular-localForage
This angular service takes advantage of Mozilla LocalForage which will attempt to use the most robust solution to save your data, but then will fall back on simpler, more compatible options.
localForage, more simplified offline storage from Mozilla
http://mozilla.github.io/localForage/
Use this with any js library and store things like
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With