Skip to content
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

nw.js 0.22 - nothing rendered using specific chromium-args #5866

Closed
tiitremmel opened this issue Apr 21, 2017 · 6 comments
Closed

nw.js 0.22 - nothing rendered using specific chromium-args #5866

tiitremmel opened this issue Apr 21, 2017 · 6 comments

Comments

@tiitremmel
Copy link

With latest version of 0.22 nwjs-sdk-v0.22.0-osx-x64.zip app does not show nothing - just gray window. Same thing with dev tools.
Simple package.json

{
    "name": "foo",
    "main": "http://google.com",
    "node-remote": "<all_urls>",
    "chromium-args": "--disable-web-security --disable-gpu --force-cpu-draw"
}

Result looks like this
Screenshot

@Christywl
Copy link
Contributor

I can reproduce this issue on Mac with nwjs-sdk-v0.22.0/v0.21.6. It works well on Linux/Windows.

@rogerwang
Copy link
Member

@jtg-gg could you please check this as it involves the transparency switches?

@jtg-gg
Copy link
Member

jtg-gg commented Apr 27, 2017

@rogerwang I'll take a look on this on weekend

@Blatman
Copy link

Blatman commented Apr 27, 2017

Note: same issue as #5741, it breaks click-through transparency
cheers.

@jtg-gg
Copy link
Member

jtg-gg commented Apr 28, 2017

@rogerwang I've made a pull request (nwjs/chromium.src#80) for the fix

@rogerwang
Copy link
Member

This is fixed in git and will be available in the next nightly build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants