this post was submitted on 07 Jul 2023
37 points (89.4% liked)
wefwef
4216 readers
1 users here now
wefwef is now Voyager! Subscribe to !voyagerapp@lemmy.world.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Just curious, is there anything a web app cannot accomplish if not being a native app in the App Store?
Absolutely. Many API calls are simply not possible since it currently is relying on basically whatever WebKit supports on iOS, and whatever Chromium/Gecko uses on Android. If a web protocol is not supported, then it doesn’t happen, since it’s a universal app.
If it were to be developed separately for the Google Play Store and the App Store, then you’d end up with the ability for things like 120Hz animations on iOS for instance, or using more optimized code for rendering to improve speed, background data fetching, etc.
Deep linking is the big thing.
It’s not about the features but the discoverability.
There are a few things that a webapp cannot do, like haptic feedback on actions and (until very recently and on older ios versions) notifications.