nw.js: Native Notification on Windows 10 Action center not works as expect

https://bugs.chromium.org/p/chromium/issues/detail?id=734095&desc=3

base on the above change in chromium if I understand correctly, the chrome should already support the Native Notification on Windows 10 Action center

I just have a quick test on nwjs-sdk-v0.33.4-win-x64.zip And I discover that the native notification on Windows 10 is not showing (not under the Action Center). It will still show the chrome style notification.

provided the following demo index.html

<!DOCTYPE html>
<html>
  <head>
    <title>Hello World!</title>
    <script>window.location = 'https://jsfiddle.net/yoshi6jp/Umc9A/';</script>
    </head>
  <body>
    <h1>Hello World!</h1>
    We are using node.js <script>document.write(process.version)</script>.
  </body>
</html>

and package.json

{
  "name": "nw-demo",
  "version": "0.0.1",
  "main": "index.html"
}

Thanks so much.

About this issue

  • Original URL
  • State: open
  • Created 6 years ago
  • Comments: 18 (6 by maintainers)

Commits related to this issue

Most upvoted comments

It’s being worked on and will take more efforts than 0.34.2.

It is still to be fixed in NW, as the current CLSID is builtin. Will let applications customize it via package.json or API call…