+ 4
localStorage html5
If I store data in localstorage and clear the application cache, is it deleted too, and can localstorage be used in the webview app?
2 Respostas
+ 9
Yes
Yes
settings.setDomStorageEnabled(true);
+ 2
Gordon ok, thanks
If I store data in localstorage and clear the application cache, is it deleted too, and can localstorage be used in the webview app?