Earlier quoted context omitted.
> web pages can't send push notifications https://developer.mozilla.org/en-US/docs/Web/API/Push_API > web pages can't run in the background Ok not the same at all, but you can use web workers for background threads: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers... And the above have also been used to produce offline-first applications. Unfortunately Apple has been bad at supporting these new APIs—ironi…
I think you're missing my point. It doesn't matter if Firefox supports it, Safari on my iPhone does not. Native apps do support all of these annoying features. Let me give you an example. The official reddit app on my phone asks me maybe two or three times per week "Please enable push notifications". No. I don't want to do that. And I can't seem to get it to stop asking me. But on the website, in my browser, it's nev…
Though to be honest I do prefer apps for most things, but I want the web to at least give apps a challenge.