- From: Xidorn Quan <notifications@github.com>
- Date: Thu, 08 Dec 2016 11:12:10 -0800
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
Received on Thursday, 8 December 2016 19:12:43 UTC
I discussed with @annevk on IRC today about the usecase here, and we agree that it seems reasonable to add a `fullscreen` attribute to `<a>` and/or add a `fullscreen` parameter to `window.open`, so that the new page is open in fullscreen directly. This is a bit different from the proposal here, though, that they would make fullscreen request for the new page directly, rather than relying on the new page itself to request fullscreen. This can avoid depends on timing of server's responsing. @annevk pointed out that the difficulty here would be that, requesting fullscreen without an element is a new primitive, which needs some more thinking and discussion. -- 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-265827069
Received on Thursday, 8 December 2016 19:12:43 UTC