localStorage html5 feature not working in WebView on Samsung Android device
问题 I have a html5 application that I wrap with a WebView. To store and retrieve user input values between pages, I use the localStorage html5 feature. It works fine on my Nexus 4 (Android 4.4.4), but it does not work on Samsung Galaxy Tab 2 (Android 4.3.x) (= nothing happens, but also no error in logcat). Or, to be more clear: on Samsung, it does not work if the html pages are loaded from within the app's asset folder . It does work though if I put the pages on a server, as below in the