gpt4 book ai didi

javascript - 当 iOS 低功耗模式处于事件状态时如何播放 html 视频?

转载 作者:行者123 更新时间:2023-12-04 17:38:20 25 4
gpt4 key购买 nike

我在背景中放置了一个 html 视频,z-index:0
当苹果设备激活低功耗模式时,它不会自动播放视频并显示播放按钮,该用户无法点击,因为在后台。

有没有可能解决这个问题?

<video id="bg-video" preload="preload" playsinline loop muted autoplay>
<source src="myvideo.mp4" type="video/mp4">
</video>

最佳答案

Is it possible to fix this?



播放视频,尤其是在网页的后台播放,是一项比较耗电的操作。通过阻止播放此视频,低功耗模式正常运行。

虽然现在可能有一些方法可以让这个视频自动播放,但这些都是错误,将来可能会被修补。

关于javascript - 当 iOS 低功耗模式处于事件状态时如何播放 html 视频?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55637133/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com