web-push-libs / web-push

Web Push library for Node.js
Other
3.21k stars 306 forks source link

Notifications not always shown in MacOS Chrome #855

Closed c4b4d4 closed 9 months ago

c4b4d4 commented 9 months ago

Problem

Web push notifications are delivered but they are not always being displayed, they mostly land 99% of the time into the hidden side-panel Notifications. So users never know when they get notification.

I've checked my MacOS notifications settings, and they are turned on

Screenshot 2023-09-25 at 17 36 27

Screenshot 2023-09-25 at 17 36 41

Is there a configuration to force the notifications to be shown? I've tried adding { urgency: "high" } with no luck. Is this a known issue in MacOS + Chrome browsers?

Is weird, because I've seen notifications from other websites and even from my own service, but they are random. I don't know what makes them show on screen and what makes them be sent to the hidden notification center.

Specs

Operating System: MacOS Node Version: 16.15 web-push Version: 3.6.6

Features Used

marco-c commented 9 months ago

Yes, unfortunately there's nothing we can do in this lib to help with this.