Also, how to test if the browser in device supports local storage?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would say that HTML5 storage is supported since API Level 7 (2.1) because the method that enable it in
WebSettingsObject says it here, but I think I’m using it on the Native browser since Android 2.0.http://jsfiddle.net/kcckq/
Here is a blog post that tells us that is Android 2.1+
Here is another article that is saying it’s Android 2.0+ and giving an example on how detecting if localStorage is supported.