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

I couldn't see a user gesture check in Blink's `ScreenOrientation::lock` so I assumed there wasn't one, is it handled elsewhere? The [spec](https://w3c.github.io/screen-orientation/#dom-screenorientation-lock) doesn't explicitly really require it.

(I tried to write a simple test for it, but failed to get it working in Chrome for Android.)

For the `change` event, I think it's https://w3c.github.io/screen-orientation/#handling-screen-orientation-changes that needs to change. It needs to be something like https://fullscreen.spec.whatwg.org/#dom-element-requestfullscreen which says "As part of the next animation frame task, run these substeps" but also "Animation frame task is not really defined yet" :)

---
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-229683055

Received on Thursday, 30 June 2016 14:54:21 UTC