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

Actually, if you want to go into details, there are two issues:
* rotate while going fullscreen
* go fullscreen while rotating

I guess both would have their own set of frame issues.

However, I'm not sure why we should consider fullscreen an exception. Any kind of layout change on rotation will be subject to bad frame: what if there are some media queries that would apply? Or if the page remove/add contents? Should this be solved at a different level and make the orientation change able to deal with that kind of issues?

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

Received on Thursday, 17 March 2016 15:34:54 UTC