We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NWJS Version : 0.44.0 Operating System : Linux
App starts with width and height
App starts with min_width and min_height
Unpack nw.tar.gz which contains a helloworld app and run 'nw .' in it. nw.tar.gz
The package.json looks like:
{ "name": "helloworld", "main": "index.html", "window": { "width": 1024, "height": 650, "min_width": 768, "min_height": 100 } }
The text was updated successfully, but these errors were encountered:
src/package.json: Remove min_width/min_height
225bd5b
nw.js is having an issue nwjs/nw.js#7358
nwjs/chromium.src@6b6374e
src: Fix: App starts with min_height and min_width instead of height …
bd3c709
…and width #7358 nwjs/chromium.src@6b6374e
This is fixed in git and will be available in the next nightly build.
Sorry, something went wrong.
rogerwang
No branches or pull requests
NWJS Version : 0.44.0
Operating System : Linux
Expected behavior
App starts with width and height
Actual behavior
App starts with min_width and min_height
How to reproduce
Unpack nw.tar.gz which contains a helloworld app and run 'nw .' in it.
nw.tar.gz
The package.json looks like:
The text was updated successfully, but these errors were encountered: