-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The 'width' and 'height' in the manifest file does not work properly on OSX.[nw 0.13 rc1] #4493
Comments
I meet the same problem. |
Did it restore with the dimension saved when you close it last time? |
YES,After tests found it's just restores the last dimension and ignores the values in the package.json even updated. |
fullscreen doesn't take either. |
ghostoy
pushed a commit
to ghostoy/nw.js
that referenced
this issue
Mar 9, 2016
Previously `id` is provided as `.main` with default window, which caused the geometry of the window recorded and restored when the window opened again. Removing `id` for default window fixes the issue. This patch contains doc changes and test case. The real fix in on Chromium side. Partial fix for nwjs#4493
ghostoy
pushed a commit
to ghostoy/chromium.src
that referenced
this issue
Mar 9, 2016
ghostoy
pushed a commit
to ghostoy/nw.js
that referenced
this issue
Mar 9, 2016
This patch contains doc changes and test case. The real fix in on Chromium side. Partial fix for nwjs#4493
ghostoy
pushed a commit
to ghostoy/nw.js
that referenced
this issue
Mar 9, 2016
This patch contains doc changes and test case. The real fix in on Chromium side. Partial fix for nwjs#4493
Merged
fixed in git and will be available in the next build. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The behavior of these two parameters for main window is unstable on OSX,Sometimes it loads the old value, or get some unpredictable values.
The text was updated successfully, but these errors were encountered: