You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This just calls document.documentElement.requestFullscreen(); on startup. However this fails to put the window in to fullscreen mode, and fires a "fullscreenerror" event.
I'm fairly sure this used to work, so I suspect it is a regression at some point.
The text was updated successfully, but these errors were encountered:
NWJS Version : v0.48.1
Operating System : Windows 10 x64
Expected behavior
The Fullscreen API (
requestFullscreen()
) should work at any time in NW.js.Actual behavior
It appears to be limited to user gestures only, like in the Chrome browser.
How to reproduce
Minimal repro:
fullscreenerror.zip
This just calls
document.documentElement.requestFullscreen();
on startup. However this fails to put the window in to fullscreen mode, and fires a "fullscreenerror" event.I'm fairly sure this used to work, so I suspect it is a regression at some point.
The text was updated successfully, but these errors were encountered: