I know I'm a bit tangential, but what are some actually useful examples of push notifications for browsers? Every time I've seen them in action was with spam/clickbait, after someone accidentally subscribed and couldn't remove it.
Every comment suggesting it brings browsers closer to feature parity with apps is a great argument against the feature. Browsers aren't operating systems. Stop trying to make them be that. It has been a terrible disaster so far, and likely will continue to be going forward, given the lingua franca of development in browsers and all the terrible development practices that have grown up around it.
Web Push for Safari
31–40 of 143 posts
Re: Web Push for Safari
#32Wonder if FCM's JS libraries will abstract all of this or if you'll have to write custom code to support Safari...
Re: Web Push for Safari
#33I know I'm a bit tangential, but what are some actually useful examples of push notifications for browsers? Every time I've seen them in action was with spam/clickbait, after someone accidentally subscribed and couldn't remove it.
Re: Web Push for Safari
#34Reality: users blindly click "do not allow" push notification dialog the way they already do with browser notification permission dialogs, location access, "allow cookies" banners etc
Re: Web Push for Safari
#35I know I'm a bit tangential, but what are some actually useful examples of push notifications for browsers? Every time I've seen them in action was with spam/clickbait, after someone accidentally subscribed and couldn't remove it.
Push notifications are useful in browsers in all the same places they are useful in mobile apps. Note that browser push notifications also work on mobile, so you don't need to install an app to get real time alerts. For example: - Sites with chat can send you messages even if you don't have the tab open (or even browser in some cases) - Online game e.g. board game or chess can push to you when it's your move. - Home…
Push notifications in Safari are only supported on desktop for now.
Re: Web Push for Safari
#36Expectation: seamless push notifications without a dedicated app! Reality: users blindly click "do not allow" push notification dialog the way they already do with browser notification permission dialogs, location access, "allow cookies" banners etc
Stop asking for permissions before you need them
Re: Web Push for Safari
#37I have been waiting for this since forever. Now decentralized PWA can contend against the AppStore apps. A big win for freedom. Thank you Apple.
Re: Web Push for Safari
#38Expectation: seamless push notifications without a dedicated app! Reality: users blindly click "do not allow" push notification dialog the way they already do with browser notification permission dialogs, location access, "allow cookies" banners etc
Re: Web Push for Safari
#39I know I'm a bit tangential, but what are some actually useful examples of push notifications for browsers? Every time I've seen them in action was with spam/clickbait, after someone accidentally subscribed and couldn't remove it.
Re: Web Push for Safari
#40Earlier quoted context omitted.
Push notifications are useful in browsers in all the same places they are useful in mobile apps. Note that browser push notifications also work on mobile, so you don't need to install an app to get real time alerts. For example: - Sites with chat can send you messages even if you don't have the tab open (or even browser in some cases) - Online game e.g. board game or chess can push to you when it's your move. - Home…
> Note that browser push notifications also work on mobile, so you don't need to install an app to get real time alerts. Push notifications in Safari are only supported on desktop for now.