iOS 或 Android 中的视频元素上 timeupdate 事件未触发的解决方法
我发现 timeupdate 事件在 Safari iOS 或 Android(2.2,如果不是其他版本)上都不会触发。我尝试删除控件属性,正如其他人建议的那样,它们吸收所有事件,但没有运气。
有没有人找到解决方法?
谢谢。
I'm finding that the timeupdate event does not fire on either Safari iOS or Android (2.2, if not others). I've tried removing the controls attribute, as others have suggested that they absorb all events, but with no luck.
Has anyone found a workaround for this?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您要对活动做什么。
如果您只是想找出当前时间,可以设置一个计时器,以便在“播放”被触发时查询它,并在“暂停”时将其删除。也许还可以查询“寻求”。
It depends on what you were going to do with the event.
If you're simply looking to find out the current time, maybe set a timer to query for it when 'playing' is fired and remove it on 'paused'. Maybe also query on 'seeked'.