zlacker

[return to "Apple’s refusal to support Progressive Web Apps is a detriment to the web"]
1. pluma+E2[view] [source] 2017-07-27 11:39:35
>>jaffat+(OP)
I think push notifications and offline support are the real killer features that Apple currently doesn't support.

It's kind of funny as a web developer because for the longest time Apple seemed to be the one pushing the mobile web forward but now that web apps are reaching for feature parity with native, Apple's initial momentum seems to be ancient history.

It seems Apple still thinks of the mobile web as a content delivery platform rather than an application platform. Their proprietary additions (mostly CSS) largely focused on making things prettier, their rationale for opting out of standard features (e.g. autoplay) often only work under the assumption that the only use for those features would be in the context of traditional content pages.

You want an app? Develop for our walled garden we tightly control to offer our users the best possible experience. If you want it on the web, stick to creating content our users can consume in Mobile Safari, our app for reading websites.

◧◩
2. IBM+Y3[view] [source] 2017-07-27 11:54:34
>>pluma+E2
Is there a reason for users to care about this at all? Because it seems to me that this just solves problems for developers while making the user experience worse or not as good as it could be. The same goes for Electron-based apps.
◧◩◪
3. slayma+He1[view] [source] 2017-07-27 20:00:10
>>IBM+Y3
What you fail to understand is that what is good for developers is good for users. Instead of spending resources on maintaining many different code bases, developers can focus on providing a more solid set of features for one.

For instance, maybe instead of being an always online application, they can put in effort at caching for offline use instead of duplicating features across different platforms.

I did my senior project in Electron and there was no way we could have implemented as much as we did if we had to build a native solution for every platform.

[go to top]