Re: [whatwg/fullscreen] Allow fullscreen to be triggered by an orientation change event (#34)

Hmm, wait, no user gesture is required to call `screen.orientation.lock()`, right? And yet the resulting `change` event can be used to get past the user gesture requirement for `element.requestFullscreen()`?

Or is it possible to distinguish the reason for an orientation change?

Regarding perfection, I honestly don't think a solution that *allows* for implementations with no bad frames seems like particularly much more spec work, and feature detection seems useful to have. But at this point I think this should be decided by seeking feedback from all implementers about what they'd be willing to implement.

---
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/34#issuecomment-229034037

Received on Tuesday, 28 June 2016 12:27:33 UTC