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

I agree but I don't want the ideal solution to block having the feature available to the platform. If we wait for the perfect solution, it might take years before it happens. Allowing fullscreen to be requested on orientation change would take a quick spec change and a quick implementation change and later, if there is enough traction, it will help push for a better smoother solution.

Also, it's not introducing an API, just allowing websites to call requestFullscreen() in an orientation change event, the same way they can call requestFullscreen() and orientation.lock() one after each other (which also will create bad frames and we can't prevent websites from calling these methods).

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

Received on Tuesday, 28 June 2016 10:06:05 UTC