Android webkit.WebView and HTML5
is there any list which HTML5 features the WebView supports and which not? I am interested mainly in:
1) localStorage/sessionStorage
2) offline manifest
3) web sockets
4) web workers
Prior there was lack of those features (http开发者_JAVA技巧://www.mail-archive.com/android-developers@googlegroups.com/msg60143.html), but in Android 2.1, first two should be supported, but I am not sure about 3 and 4. Is there any list of supported features or we have to test it on our own?
Thanks a lot BR STeN
Mobile browser info is actually now included on caniuse.com, for your list see:
http://caniuse.com/#agents=mobile&feat=namevalue-storage,offline-apps,websockets,webworkers
Or for everything: http://caniuse.com/#agents=mobile
For complete HTML5, CSS3 features supported by Android browser, see
- http://html5test.com
- http://mobilehtml5.org/
The right answer ought to be caniuse.com which is currently the best site for non-mobile browser info. From what I've found there is no other site which has this sort of information. I would encourage you to encourage the maintainer of caniuse.com to add mobile browser information. You can do that by posting here:
http://a.deveria.com/?p=82#comments
精彩评论