- From: Philip Jägenstedt <notifications@github.com>
- Date: Wed, 14 Sep 2016 14:54:55 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
Received on Wednesday, 14 September 2016 21:55:23 UTC
@duanyao, was there something you were trying to build when you ran into this? The "if a user click a link/button to navigate to a slide show page, he/she still need one more click to enter fullscreen mode" issue I think can be solved without allowing `requestFullscreen()` in the load of a new document. Instead, when you click, fullscreen a div (perhaps with a spinner) and then populate it with an iframe with the slide show. Or is the problem that the iframe is a cross-origin service and that there's no way to start it directly in the present mode? -- 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/36#issuecomment-247167997
Received on Wednesday, 14 September 2016 21:55:23 UTC