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.