I'm wondering if webapps are achieving parity with native apps. My intuition says that most of the use cases today could transfer over if they really wanted to. Does anyone have any insight into the major differences between native and web app in 2021? The biggest disparity between webapp and native used to be Notifications - but with Twilio, it appears trivial to make an arguably better notifications user flow throu…
Apple-Developer Relations
11–20 of 275 posts
Re: Apple-Developer Relations
#12I'm wondering if webapps are achieving parity with native apps. My intuition says that most of the use cases today could transfer over if they really wanted to. Does anyone have any insight into the major differences between native and web app in 2021? The biggest disparity between webapp and native used to be Notifications - but with Twilio, it appears trivial to make an arguably better notifications user flow throu…
Oh god please no.
I can turn off app-level notifications. I don't want to have to deal with app-level texts instead.
Re: Apple-Developer Relations
#13Re: Apple-Developer Relations
#14> Modern society has come to rely so heavily on mobile apps that any phone manufacturer must ensure that such a healthy ecosystem exists as table stakes for anyone to buy their phones. I don't think this is true. It may be an unfortunate end. I'm actually intending to move to a flip phone since...
Clearly a strong argument...
Re: Apple-Developer Relations
#15I'm wondering if webapps are achieving parity with native apps. My intuition says that most of the use cases today could transfer over if they really wanted to. Does anyone have any insight into the major differences between native and web app in 2021? The biggest disparity between webapp and native used to be Notifications - but with Twilio, it appears trivial to make an arguably better notifications user flow throu…
> The biggest disparity between webapp and native used to be Notifications - but with Twilio, it appears trivial to make an arguably better notifications user flow through SMS and direct link to user content. Oh god please no. I can turn off app-level notifications. I don't want to have to deal with app-level texts instead.
Ha!! See, I think SMS notifications are still stellar! Because right when the offender steps in, in the height of righteous anger, you can yell (text) "STOP" and by law it must bug off!!
Not to mention the cool new commands that could emerge like, "give me a week" or other conversational ways to interact with your notifications on a person level... which to me, is what it was all about in the first place!
Re: Apple-Developer Relations
#16I'm wondering if webapps are achieving parity with native apps. My intuition says that most of the use cases today could transfer over if they really wanted to. Does anyone have any insight into the major differences between native and web app in 2021? The biggest disparity between webapp and native used to be Notifications - but with Twilio, it appears trivial to make an arguably better notifications user flow throu…
Running games as web apps is technically possible, but performance tend to be an issue, even for simple 2D games.
I don't think Apple is embracing Webassembly enough to facilitate this transition, this is not their best interest.
Re: Apple-Developer Relations
#17I'm wondering if webapps are achieving parity with native apps. My intuition says that most of the use cases today could transfer over if they really wanted to. Does anyone have any insight into the major differences between native and web app in 2021? The biggest disparity between webapp and native used to be Notifications - but with Twilio, it appears trivial to make an arguably better notifications user flow throu…
No general insight, but Telegram has two web apps that try to emulate the native app [1]. They do work fairly well but are definitely glitchier than the native app (or any native chat app).
> For the rest of the differences, it feels like much of the benefit Apple brings to the table (view management, security, continuity between devices, distribution, ...), does appear to carry a premium when placed in comparison to building a monolith web app.
That might be true, but the value free apps like WhatsApp bring to the iPhone is unmeasurable and WhatsApp pays exactly 100$ a year to Apple for access to all the tooling.
[1]: https://telegram.org/blog/payments-2-0-scheduled-voice-chats...
Re: Apple-Developer Relations
#18I'm wondering if webapps are achieving parity with native apps. My intuition says that most of the use cases today could transfer over if they really wanted to. Does anyone have any insight into the major differences between native and web app in 2021? The biggest disparity between webapp and native used to be Notifications - but with Twilio, it appears trivial to make an arguably better notifications user flow throu…
This is why I'm optimistic about WebAssembly, beyond time and investment, what prohibits it from achieve performance parity with native?
Re: Apple-Developer Relations
#19I'm wondering if webapps are achieving parity with native apps. My intuition says that most of the use cases today could transfer over if they really wanted to. Does anyone have any insight into the major differences between native and web app in 2021? The biggest disparity between webapp and native used to be Notifications - but with Twilio, it appears trivial to make an arguably better notifications user flow throu…
Twilio or other SMS based services aren’t a solution as in lots of countries they still cost $0.10 per 160 characters, require an active SIM card and cannot be opened into an app.
Maybe something can be done with websockets but that will also require platform support to improve battery life and allow web apps to run in the background.
Re: Apple-Developer Relations
#20I'm wondering if webapps are achieving parity with native apps. My intuition says that most of the use cases today could transfer over if they really wanted to. Does anyone have any insight into the major differences between native and web app in 2021? The biggest disparity between webapp and native used to be Notifications - but with Twilio, it appears trivial to make an arguably better notifications user flow throu…
This is why I'm optimistic about WebAssembly, beyond time and investment, what prohibits it from achieve performance parity with native?