Buttons becomes disabled when YouTube video is streaming on iPhone

It seems pointermove doesn’t trigger on ios if the user just taps. I added a listener for touchstart on ios and that allows the user to interact with the iframe after an initial touch. I tried triggering the event manually, but iOS would have none of it. Unfortunately, I think this is the best we are going to be able to do on iOS.

1 Like