Hi,
i am trying to save some settings in the local Storage with android there is no problem, but with iOS the local Storage is cleared after i close the app - an ideas what i can do?
“This plugin is 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.”
You still need to install the SQLite plugin for Ionic Storage to store data permanently, but your data shouldn’t disappear right away even if you do just use local storage (it does happen, but it’s quite infrequent) so there might be a different issue.
I’ve been following these instructions: https://github.com/driftyco/ionic-storage
Here is says the Ionic Storage should have a with out-of-the-box support for SQLite, or do I understand something wrong?
And for android and ionic serve there is no problem