- From: Philip Jägenstedt <notifications@github.com>
- Date: Thu, 29 Sep 2016 02:31:36 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
Received on Thursday, 29 September 2016 09:32:03 UTC
Do you mean something like this? ```JavaScript document.onclick = function() { var win = window.open(); win.document.body.requestFullscreen(); } ``` -- 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/58#issuecomment-250416978
Received on Thursday, 29 September 2016 09:32:03 UTC