Autoplay muted video iOS 11.2

9.4k Views Asked by At

I am currently working on a page with videos on it. Since iOS 11.2, it seems they disabled autoplay muted inlineplaying completely without a user gesture.

Has anyone experienced this issue too?

This all wouldn't be such a mess if there would be a possibilty to check whether it is possible to playinline or not. But like this it results in a new hack by UA sniffing.

Edit: I have seen that I missed something. Autoplay is working, but trying to video.play() a muted inline video is not working anymore.

2

There are 2 best solutions below

4
On BEST ANSWER

Just turn off the "Low Power Mode" ;)

0
On

Found a working solution thanks to the WebRTC repo (works in iOS 11.2.5):

Set the video's playsinline attribute to true.

References: