Live data from Hacker News

Web Push for Safari

developer.apple.com

21–30 of 143 posts

Re: Web Push for Safari

#21
post #10

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.

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…

> chess

Perfect for lichess when my mind wonders and I switch to something else.

Re: Web Push for Safari

#22
post #10

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.

Agree, I've never found browser notification useful.

Re: Web Push for Safari

#24
post #10

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.

You can run apps in the browser instead of giving them all sorts of device permissions.

Essentially web apps will finally have something close to parity with on-device apps.

Re: Web Push for Safari

#26
post #10

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.

Re: Web Push for Safari

#27
post #10

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.

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…

[deleted]

Re: Web Push for Safari

#28
post #10

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.

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…

I turn off/no to push notifications on every app that has ever asked for it, except Messaging and Calendar. Nothing else I've ever installed has warranted more than a little red notification dot on the icon.

Re: Web Push for Safari

#29
post #19

This is support for web push notifications in safari it seems. ( https://web.dev/push-notifications-overview/ ) - and it plays nice with macs. I guess it is useful if you want to support Safari for your webapp + use push notifications.

Where in the linked article is Safari mentioned? This simply isn‘t possible at all on iOS as of now, and on macOS it requires registering an Apple developer account, as far as I understand.

They said iOS support will come next year. You don’t need an Apple developer account.

Re: Web Push for Safari

#30
post #10

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.

Probably 90% of the things that currently use SMS. Carriers keep hiking fees for sms, so this is a natural path for Devs.
Post reply on HN