- From: Mounir Lamouri <notifications@github.com>
- Date: Thu, 30 Jun 2016 07:31:25 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc:
Received on Thursday, 30 June 2016 14:31:59 UTC
@foolip `screen.orientation.lock()` requires a user gesture so you can't work around the user gesture restriction of `requestFullscreen` with the Screen Orientaiton API. @upsuper I don't think we should add the orientation change event as a user gesture in the HTML specification because things requiring user gestures are very different and I don't think users would like for popups to open when they rotate their screen. I would prefer an incremental change where only `requestFullscreen` accepts an orientation change as a valid input. I think it's fair to strengthen the timing of the Screen Orientation API's `change` event if it's not clear enough. What do you guys think should be clarified? --- 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-229676009
Received on Thursday, 30 June 2016 14:31:59 UTC