electron-api-demos
electron-api-demos copied to clipboard
"Desktop notifications" does not work with Windows 10 10.0.17763.437
hello,my friends,i got some troubles. Desktop notifications does not work on my computer. I read some issues from 'electron',and found that this may be a common problem. I would like to submit some details,and we can solve this problem. I tried the following ways:
npm startthe project- download the
ElectronAPIDemosSetup.exe,and installed it,then open it
but both does not work , and I found nothing on notification center.
environment:
- Operating system: Windows 10 10.0.17763.437
- node:v10.15.3
but after read the issue , I found some ways to make notifications:
- use node-notifier instead of Notification API
- use electron-builder by issue
I want to know how to make notifications with Electron api during debugging Thanks a lot
Looks like a known issue with a work-around suggested here: https://electronjs.org/docs/tutorial/notifications#windows Have you had any luck with this approach?
@saurabh21289
no,it does not work;
I use electron-builder to solve this;
Thank you.
请问用electron-builder是怎么解决的呀?@changdy
Looks like a known issue with a work-around suggested here: https://electronjs.org/docs/tutorial/notifications#windows Have you had any luck with this approach?
@saurabh21289 your link is broken