Re: [whatwg/fullscreen] Fullscreen request on invisible document should be denied (#58)

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