Native Notification on Windows 10 Action center not works as expect
See original GitHub issuehttps://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
- beside the jsfiddle, you can also test with this url to generate a notification
- https://tests.peter.sh/notification-generator/
<!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:
- Created 5 years ago
- Comments:18 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub 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…