Android webkit.WebView and HTML5

后端 未结 3 1194
别那么骄傲
别那么骄傲 2020-12-15 14:25

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条回答
  • 2020-12-15 15:04

    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

    0 讨论(0)
  • 2020-12-15 15:12

    For complete HTML5, CSS3 features supported by Android browser, see

    • http://html5test.com
    • http://mobilehtml5.org/
    0 讨论(0)
  • 2020-12-15 15:15

    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

    0 讨论(0)
提交回复
热议问题