Hacker News new | ask | show | jobs
by camel_Snake 1990 days ago
> How do you do notifications from a CRUD app on a mobile device if you can't have a native app on the device?

Can't service workers/PWAs handle this? While the UI may be subpar, they still have total access to it.

1 comments

On Android yes, on iOS it's not supported yet.