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

@mounirlamouri 
> Regarding the animation frame task, there is an open bug to do this change in the Screen Orientation API but given that it was never really defined, I have not seen the benefit of doing so. I can do that if it can unblock us here but in practice, will it change something?

It wouldn't fix any problem, it would just make the timing of the bad frame clear.

@upsuper 
> I guess that issue could probably be solved in a more general way in the HTML spec, for example, say user agent may skip updating the rendering in certain conditions.

Something like if there's a pending fullscreen request after all of the animation frame callbacks and animation frame tasks (that fire events) have run then don't draw any new frames for a while?

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

Received on Monday, 4 July 2016 09:16:24 UTC