question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Native Notification on Windows 10 Action center not works as expect

See original GitHub issue

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.

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
rogerwangcommented, Oct 30, 2018

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

1reaction
rogerwangcommented, Oct 18, 2018

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…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Notification App in Action Center not working as expected in ...
I upgraded to Windows 10 1903 a couple of days ago and I've notices that the notifications app is not working as I...
Read more >
Notification doesn't remain in Windows 10 Action Center
implements on a process that is COM server. This article suggests you can persist notifications with No COM / Stub CLSID (no COM...
Read more >
6 Ways to Fix the Windows 10 Action Center When It Won't Open
If the Windows 10 Action Center breaks down, you won't receive important notifications. Here's how to fix it.
Read more >
node-notifier - npm
Works well with Electron. macOS Screenshot Native Windows Screenshot. Input Example macOS Notification Center. Input Example. Actions Example ...
Read more >
Google Integrates Chrome Notifications in Windows 10's ...
Action Center integrates notifications from across Windows 10 and various ... focus on work to minimize distractions, similar to the do not ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found