Why does setting currentTime of HTML5 video element reset time in Chrome?

前端 未结 6 1637
隐瞒了意图╮
隐瞒了意图╮ 2020-12-16 09:57

I want to set the time position of a video in HTML5. The time should be set like this:

function settime(){
    var video = document.getElementById(\"video1\"         


        
6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-16 10:58

    This is a bug in Chrome, which apparently only happens with 'some' videos. Similar bug reports have been filed and closed numerous times in the past, so I suggest we keep a watch on it, so it doesn't get closed again until the issue is actually fixed.

提交回复
热议问题