NWJS Version : 0.49.0
Operating System : Windows 10
Expected behavior
When all windows in the application are closed, the application closes and the .exe can be run again, deleted etc.
Actual behavior
When all windows are closed, some processes remaining running, preventing the .exe from being run again, deleted etc.
The following processes remain:
The bottom process needs to be forced closed for the app to stop running
How to reproduce
- Go to the folder with nwjs
- Set the package.json
main
key toindex.html
- Create index.html with:
<button onclick="browser.showDevTools(true, devtools)">Open</button>
<webview id="browser" src="about:blank"></webview>
<webview id="devtools" src="about:blank"></webview>
- Click on the “Open” button
- Close the program
- Try deleting nw.exe
Note
This only occurs when the second parameter of browser.showDevTools
is set.
…
@rogerwang <https://github.com/rogerwang>, pardon pinging you directly,
but this issue could slip out of your attention. And I suppose that the
issue where an app cannot be re-launched by a user without proper technical
skills, regardless of OS, is a critical one.
The issue is still present in v0.50.2.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7588 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABIMGOFVSCS7ACJ64OAN5LSUU2WXANCNFSM4SMHAE2A>
.
This is fixed in git and will be available in the next nightly build.