Re: [whatwg/fullscreen] Consume user gestures in requestFullscreen (#152)

FWIW, the main compat risk I see with this is that people might call `video.requestFullscreen()` + `video.play()` in the same event handler, and that consuming the gesture will mean the video won't play. Combination with other APIs that consume user activation are also possible of course, but we'll have to see which come up in practice.

@mustaqahmed @SummerLW do you anticipate this type of problem, and is there a fix we can make if it break sites?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/152#issuecomment-494827687

Received on Wednesday, 22 May 2019 14:29:54 UTC