Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
because most web apps suck
Also they are slower because they need to load more and native apps are faster by their nature. Google made a test to see how search delay impacted users and it turned out even some ms made a difference. And i dont believe shopping apps want that.
Not to mention not everyone has above 6gb ram on their phone to run it smoothly -
@joewilliams007 not everyone has 200mb of storage to spare just for a barcode in a fancy dressing either...
-
I especially hate having to download an app for something I’ll use once and never again.
-
Because companies don‘t know when to make an app and when to make a website. So they make both.
-
jeeper59662ySure a good optimized web app could replace most store apps. But then you have to optimize and who wants to do that. Easier to launch a new mobile app and everybody’s doing it!
-
@joewilliams007 Mobile apps aren't faster by nature. Good mobile apps are faster than good webapps because the performance ceiling is higher. React Native, especially the hodgepodge quasi-webapp usage most common among web-native companies, is hardly ever faster than a webapp with a caching service worker.
-
Because Apple wants to hold their users hostage and Apple users cheer for the whip if it's held by Apple, so Safari on iOS hasn't fully implemented the PWA standards for 6 years now.
-
cjde2254352yIt's a nuisance downloading app for stores. I simply don't do it. It's bad from user experience pov. I think companies are just dumb
Why is mobile development still a thing?
Hear me out. All these simple apps, like shopping centre discount, eshops, vinted, other kinds of webapi consumers. Many have a website and a phone app.
Why??? Why the phone app? What's wrong with just embedding your responsive webpage into a webview and call it a day ffs?
I mean, maintenance becomes trivial and there's no split brain. No? What am I missing?
Not talking about apps that rely on android/ios api, for like camera, calls, storage access, sensors etc
random