


The nw-builder doesn't support compiling nodejs addons (yet) and I don't think this will ever be implemented. Having a nodejs addon is again another problem. This was a while ago and I don't know if this is still the plan. I have asked about native notification support ( nwjs/nw.js#4560), but the devs said they wanted to build a nodejs addon for this instead of reimplementing it into the platform. There won't be any fixes, though, since v0.12.3 is a legacy version and is not being maintained anymore.Īn upgrade to the new and rewritten NW.js >=0.13.0 (see the progress here: #275) won't fix this issue, because native notifications have been replaced by "Chromium Rich Notifications". I don't know anything about the toast notifications API on Windows, but you can check here what NW.js is doing (see the nw_notification_manager* files). It simply uses the API provided by NW.js, which is basically window.Notification with pre-enabled permissions. The GUI doesn't have any control of the behavior of notifications.

Windows 10 Pro 64-bit, version 1607, build 14393.51īy the way, excellent work! I really appreciate this project.
