Earlier quoted context omitted.
What if I only want an app that works offline? Is there a reason to use a PWA? For example, I want to make a simple notes app that has no reason to need connectivity.
If you don't have a complete Apple development environment, PWA is the best shot you have getting that little offline note taking to run on an iPhone.
PWAs wont replace native iOS apps
101–110 of 268 posts
Re: PWAs wont replace native iOS apps
#102Earlier quoted context omitted.
I for one would much rather have native mobile apps that use platform-appropriate controls rather than web apps that use whatever some designer came up with. We’ve already lost this battle on computers because of electron, but iOS is nice precisely because there isn’t an easy way to just ship web technology “apps”.
Is it though? A large portion of apps on the mobile app stores are already built using cross-platform technologies like React Native, Ionic or Flutter. In some instances it is very easy to tell, in other it's not. You can create quality experiences using cross-platform, you can create awful experiences using native tooling. In many instances, I'd rather have the not totally native app that exists than the absolutely…
Re: PWAs wont replace native iOS apps
#103Earlier quoted context omitted.
It looks like Apple found a loop hole. I don’t think this loop hole will stay open for long. Edit: I really think that we will soon get an addendum to this law that will limit those fees. In a similar way mobile phone roaming fees got regulated.
There is no loop hole. Apple is able to charge a per-sale license fee for using their SDKs same as Epic, Microsoft etc. There isn't a single court or government in the world who has disagreed with this.
But I am happy to come back to you when the EU takes action though!
Anti-trust laws are perfectly legal. We can make and enforce laws that force Apple to change, just like laws exist in all parts of the world.
Re: PWAs wont replace native iOS apps
#104Earlier quoted context omitted.
For quick access without cluttering browser tabs and bookmarks.
You value real-estate on your home screen less than in your bookmarks?
Bookmarks on the other hand are unbounded and suck to manage (no browser has improved meaningfully in this realm in ~20 years for some reason) so the threshold for what gets bookmarked is higher.
Re: PWAs wont replace native iOS apps
#105Earlier quoted context omitted.
I for one would much rather have native mobile apps that use platform-appropriate controls rather than web apps that use whatever some designer came up with. We’ve already lost this battle on computers because of electron, but iOS is nice precisely because there isn’t an easy way to just ship web technology “apps”.
Is it though? A large portion of apps on the mobile app stores are already built using cross-platform technologies like React Native, Ionic or Flutter. In some instances it is very easy to tell, in other it's not. You can create quality experiences using cross-platform, you can create awful experiences using native tooling. In many instances, I'd rather have the not totally native app that exists than the absolutely…
Re: PWAs wont replace native iOS apps
#106Earlier quoted context omitted.
Electron apps are getting much better. VS Code is considered the best app in its class by a distant margin and it’s an electron app. The first round of Electron apps were created by people who were simply trying to get some cross platform native version of their apps out. It’s only been recently that companies are now creating electron apps as first class products and now those apps are doing very well.
The popularity of VSCode is mystifying to me: IntelliJ is a much nicer application and VSCode always ends up lagging randomly for me.
Re: PWAs wont replace native iOS apps
#107I love developing PWAs because I can quickly and easily make an app for myself and my family that works without having to provision their devices or pay a dev license to Apple. I also use it at work for internal apps. It’s great for all those things. It’s very obvious to me that I’m a second priority for Apple. Dark mode breaking in iOS 17 and still broken 5 months later. Updating the app is tricky, and making users…
Looks like Apple is going to fix dark mode in iOS 18 by dropping support for PWAs altogether in my part of the world. https://www.macrumors.com/2024/02/08/ios-17-4-nerfs-web-apps...
Re: PWAs wont replace native iOS apps
#108Earlier quoted context omitted.
There is no loop hole. Apple is able to charge a per-sale license fee for using their SDKs same as Epic, Microsoft etc. There isn't a single court or government in the world who has disagreed with this.
No thats not the intent of the newly passed digital markets act which will come into effect soon. But I am happy to come back to you when the EU takes action though! Anti-trust laws are perfectly legal. We can make and enforce laws that force Apple to change, just like laws exist in all parts of the world.
Because it is not in the act nor have there been any public statements about it.
Re: PWAs wont replace native iOS apps
#109Earlier quoted context omitted.
If you don't have a complete Apple development environment, PWA is the best shot you have getting that little offline note taking to run on an iPhone.
That's not what I'm asking about. Whether it's Apple, Android, or desktop, if I just want to make an offline app why would I use a PWA?
Other than the learning experience of course, which you might consider valuable unless know for sure that all your future projects will remain on that one single platform.
Re: PWAs wont replace native iOS apps
#110Earlier quoted context omitted.
There are constant complaints about electron apps being bad and people wanting native apps, except in the case of PWAs. I can't keep all the complaining straight lol
Electron apps are getting much better. VS Code is considered the best app in its class by a distant margin and it’s an electron app. The first round of Electron apps were created by people who were simply trying to get some cross platform native version of their apps out. It’s only been recently that companies are now creating electron apps as first class products and now those apps are doing very well.