Summary: I am currently working on a website that features a video set as the background which autoplays. However, I have encountered an issue on iOS devices when "Low Power Mode" is activated - the video fails to play and instead displays a large "Play" icon. Despite my efforts using CSS and JavaScript solutions, I have been unable to hide this button or force the video to play.
One potential solution I am considering is to detect if the device is an iOS one and, if so, hide the video and display a picture instead. However, this approach would mean that even devices capable of playing the video would not be able to do so.
Does anyone have any suggestions for overcoming the "Low Power Mode" restriction or hiding the "Play" icon?