I found a problem to use localStorage in Android 5.0. Not persistent. Within the application stored data in localStorage, and recovered. But to leave it and re-entry has nulls. Not happen in previous versions.
I found this link with a similar report:
[https://code.google.com/p/chromium/issues/detail?id=481380][1]
Anyone had this problem? Any suggestions?
Thanks
[1]: https://code.google.com/p/chromium/issues/detail?id=481380
My clients reports similar problems for my app which is using build-tools 21.1.2 and Crosswalk 12.41.296.5, but I haven’t managed to reproduce it in my android 4.x devices or chrome.
In my case localStorage data has disappeared after app goes into background and resumes (e.g. after a call).
Have you found a solution yet?
No. At the moment no solution.
It seems to be a bug. Maybe SQLite can help in this case. Does somebody knows other alternatives?