Re: [whatwg/fullscreen] Internal iframe fullscreen event missing? (#179)

thanks for the quick reply @annevk. you're probably right, I'll have try with the `resize` event. 
comparing iframe size to the screen dimensions could work. 

or maybe it's more explicit to also message the `fullscreenchange` event from parent to child.

and then the last piece would be to `iframe.exitFullscreen()` from a user action in the iframe (child), this would be cross-origin via postMessage. hopefully exiting is possible 🤔



-- 
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/179#issuecomment-656144557

Received on Thursday, 9 July 2020 13:59:45 UTC