HTML5 <video> element on Android

后端 未结 15 2384
逝去的感伤
逝去的感伤 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:47

    I tried using the .mp4 format to play a video on Android devices but that did not go well. So after some trial and error, I converted the video into the .webm format and following code with no extra javascript or JQuery:

    
    

    It worked on an older Android device (at least a few years old as of 2020).

提交回复
热议问题