how to detect javascript features on Android 1.5

Posted by Sirber on Stack Overflow See other posts from Stack Overflow or by Sirber
Published on 2010-04-14T14:29:34Z Indexed on 2010/04/14 14:32 UTC
Read the original article Hit count: 216

Filed under:
|

I'm trying to write a code that can run on Android 1.5 and 2.0.1, but I have issues with the javascript engine used on Android 1.5.

alert(localStorage); just hang on v1.5 while on v2.0.1 it alerts correctly.

is there an unblocking way to do it or to detect the version of Android with javascript?

© Stack Overflow or respective owner

Related posts about android

Related posts about JavaScript