Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWindow.open() ignore width &height when main window is in fullscreen mode #7214
Comments
|
@rogerwang - not sure if it helps with this one but I tried the above parameters with 0.42.5 and works as expected with nw2 disabled. With nw2 the main window always opens at 640 x 480, the child window and menu window are OK. Attached modified test app - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


NW.JS 0.42.1 MAC OS
Main window options:
"window": {
"title": "",
"fullscreen": true,
"kiosk": false,
"position": "center",
"resizable": false,
"min_width": 1920,
"min_height": 1080
}
nw.Window.open(url,{width:400,height:300});
the new window is openned, but with fullscreen.