HTML5 <video> element on Android

后端 未结 15 2340
逝去的感伤
逝去的感伤 2020-11-22 15:09

According to:

http://developer.android.com/sdk/android-2.0-highlights.html

Android 2.0 should support the HTML5 video element. I haven\'t been able to get th

15条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 15:25

    pointing my android 2.2 browser to html5test.com, tells me that the video element is supported, but none of the listed video codecs... seems a little pointless to support the video element but no codecs??? unless there is something wrong with that test page.

    however, i did find the same kind of situation with the audio element: the element is supported, but no audio formats. see here:

    http://textopiablog.wordpress.com/2010/06/25/browser-support-for-html5-audio/

提交回复
热议问题