iOS 或 Android 中的视频元素上 timeupdate 事件未触发的解决方法

发布于 2024-11-09 16:18:48 字数 135 浏览 2 评论 0原文

我发现 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南城追梦 2024-11-16 16:18:48

这取决于您要对活动做什么。

如果您只是想找出当前时间,可以设置一个计时器,以便在“播放”被触发时查询它,并在“暂停”时将其删除。也许还可以查询“寻求”。

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'.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文