-
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
Nwjs 0.24.2 crash on MacOS : chrome.windows.create() #6113
Labels
Comments
I can reproduce this issue on Mac 10.12.6 with nwjs-sdk-v0.24.3. |
This is fixed in git and will be available in the next nightly build. |
Amazing!!! Roger you are the best! :) |
wanghongjuan
added a commit
to wanghongjuan/nw.js
that referenced
this issue
Jan 18, 2018
- Add test for issue nwjs#6113 - This test is failed on failed version 0.24.3, pass on fixed version 0.27.4
wanghongjuan
added a commit
to wanghongjuan/nw.js
that referenced
this issue
Jan 23, 2018
- Add test for issue nwjs#6113 - This test is failed on failed version 0.24.3, pass on fixed version 0.27.4
wanghongjuan
added a commit
to wanghongjuan/nw.js
that referenced
this issue
Jan 24, 2018
- Add test for issue nwjs#6113 - This test is failed on failed version 0.24.3, pass on fixed version 0.27.4
rogerwang
pushed a commit
that referenced
this issue
Jan 29, 2018
- Add test for issue #6113 - This test is failed on failed version 0.24.3, pass on fixed version 0.27.4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys,
With NW.JS, I'm trying to open a new window with this requirements :
I tried all options and appartently nw.Window.open and window.open() doesn't fullfill my 3 requirements (tabCapture API doesnt work, it doesn't detect a tab to capture).
The only way I found working is using chrome.windows.create().
It works great on Windows but on MacOS, it crashes 30% of the time when opening the new window, giving the following crash log below.
To reproduce, run this line of code on NWJS for MacOS:
chrome.windows.create({ url: "https://google.com", type:"popup" });
Any idea?
The text was updated successfully, but these errors were encountered: