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
NWJS Version: v0.47.2+
Operating System: Windows 10
Example Project: JSExecTester.zip
Expected behavior
Non-resizable windows should fullscreen properly as they did before the changes in v0.47.2 were applied. NWjs v0.47.1 and older work as expected for testing this.
Actual behavior
When entering fullscreen with a non-resizable window. The window just ends up on the top-left of the screen.
How to reproduce
Download and unzip example project files and run NWjs v0.47.2+
Enter document.documentElement.requestFullscreen(); inside the textbox
Press the "Run" button and notice wrong fullscreen behavior
The text was updated successfully, but these errors were encountered:
NWJS Version: v0.47.2+
Operating System: Windows 10
Example Project: JSExecTester.zip
Expected behavior
Non-resizable windows should fullscreen properly as they did before the changes in v0.47.2 were applied. NWjs v0.47.1 and older work as expected for testing this.
Actual behavior
When entering fullscreen with a non-resizable window. The window just ends up on the top-left of the screen.
How to reproduce
document.documentElement.requestFullscreen();
inside the textboxThe text was updated successfully, but these errors were encountered: