I have a html video placed in background with z-index:0 When apple device has low power mode active, it doesn't autoplay video and shows play button, that user can't click because in background.
Is it possible to fix this?
<video id="bg-video" preload="preload" playsinline loop muted autoplay>
<source src="myvideo.mp4" type="video/mp4">
</video>