This is the biggest takeaway for me. "Wow guys who would have thought the web was good enough for us to post our text content to." This article isn't about why you should drop mobile app development. News + magazines? Sure. Just look at Flipboard.
Choosing the mobile website over the app is one way of keeping the relationship from going any further. A website can't ask you for your contact list like an app can.
That feature was designed but never built, so his point still stands. In my ideal world sites can do that stuff, they just have to ask, and users can always say no.
eugh, I hate it when sites do that. I'd be really angry if I found out that a friend of mine had been sharing my contact details with strangers without my permission.
While apps have more capability, the web can do pretty much anything you need with content and data. The only time you really need an app is for CPU-intensive work or accessing hardware.
If you want to do any sort of custom drawing or animation you basically can't do it with the web, the performance just isn't there. You must stay on the specific fast paths offered by the browser or you're screwed.
So no, the web cannot do pretty much anything with content and data. The web can do very, very little with content & data, it is just often enough coverage for passive things like articles.
I don't know what kind of custom drawing you are referring to.. the web can work with 2d and 3d drawing and animations just fine. For example, an entire first person 3d game built using WebGL - http://www.littleworkshop.fr/keepout.html.
<<the web can do pretty much anything you need with content and data>>
Not on mobile. Due to serious, oft-encountered performance issues, the web remains crippled on mobile compared to native.
By "native" I'm referring to apps where the UI is rendered natively as opposed to being rendered in a `WebView`.
React Native is bending the rules here but it is important to note that it is divergent from the web platform and convergent with the native platforms.
The issue I have, and I think others have, is that 99% of "apps" don't need the extra capabilities and performance. Or if they do, it's only because of problems they've created themselves. "We're loading 45 tracking and advertising scripts, and now our site is slow. We need an app!"
The article here demonstrates the problem perfectly. Mobile browsers are absolutely capable of displaying the text articles on the site. The browser on my flip phone from 1999 was capable of browsing a site like that.