- From: wesley luyten <notifications@github.com>
- Date: Thu, 09 Jul 2020 06:59:33 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 July 2020 13:59:45 UTC
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