I'd add that if you intend to maintain a web site then adding support for apps (presumably multiple since cross-platform is still hard) then you are throttling your bandwidth to actually improve features and stability. I'm thinking of certain food delivery app that had enough bugs on their Android app, then I fell back to their mobile site and haven't looked back. They could have saved themselves probably a few milli…
Goodbye, Native Mobile Apps
61–70 of 131 posts
Re: Goodbye, Native Mobile Apps
#62How do you deal with offline support? If I'm not connected and I want to read an article, where do I go? Can't open the website. Did you run metrics to find out how many people are going to miss offline?
Re: Goodbye, Native Mobile Apps
#63+1 for the article As a web vs. app proponent I love this. I do have a few apps installed on my Note 4 but I prefer getting Twitter, FB, etc. as a web site. Web standards like HTML5 are wonderful so let's use them and make the web awesome. My brother and one friend each have a few hundred apps installed on their phones. I am sometimes surprised that their phones still function with so much cruft installed, never mind…
Websites also can't spam you with push notifications the way installed apps can, so I strongly prefer them as a user. But I suspect this is one reason companies like apps. I'm not sure whether it's my imagination, but this seems to have gotten a lot worse in the past year or two, and is no longer limited to apps from shady no-name companies. Apps from reputable companies used to try to have some plausible reason rela…
poorly maintained or non-efficient backend that didn't take note of whether the user receive a push or not leads to this problem. It's not the app problem itself totall
Re: Goodbye, Native Mobile Apps
#64Re: Goodbye, Native Mobile Apps
#65The web is a great publishing medium for magazines and news outlets. Apps are for doing stuff beyond passive browsing.
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.
Re: Goodbye, Native Mobile Apps
#66Could have used React and tried to share component source between iOS, Android and Web. I mean since you're going to fully go web, I don't see the problem in this. It's all JavaScript anyway, unless you want to start playing with the hardware APIs. Yeah you would have to write some of the UI layer differently, but I think it isn't that much. You can wrap your own UI components to use Android/iOS/Web internally.
Re: Goodbye, Native Mobile Apps
#67Earlier quoted context omitted.
Actually, sites in Chrome can work fully offline today using Service Worker ( http://www.html5rocks.com/en/tutorials/service-worker/introd... ). And they can get users to add the site to their homescreen, so they have the full icon+offline experience ( https://developers.google.com/web/updates/2015/03/increasing... ).
Service Workers are also in Firefox Nightly right now, but are hidden behind an about:config flag until the feature is fully baked. https://developer.mozilla.org/en-US/docs/Web/API/Service_Wor... http://caniuse.com/serviceworkers There's also the Application Cache, which has been fully supported in the stable versions for a while now. https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_... http://caniuse.com/…
Re: Goodbye, Native Mobile Apps
#68Re: Goodbye, Native Mobile Apps
#691. An Icon on my Springbroad, so i can easily view it whenever I want to.
2. It should be butter smooth and dont warm my pants after reading. ( i.e lots of CPU cycle. )
Native Apps does better in both department. And whenever users gets a choice most would likely prefer the App version. HTML5 or Web has definitely improve, and it could or will do better then the web if we dont have the Ads constantly loading in the background. ( Ad blocker is another topic )
I guess atavist already have their group of loyal customers it makes sense for them to change.
Personally I see the article mostly complain about the Distribution and Discovery Problem. And some App Store Approval process.
Re: Goodbye, Native Mobile Apps
#70Earlier quoted context omitted.
Websites also can't spam you with push notifications the way installed apps can, so I strongly prefer them as a user. But I suspect this is one reason companies like apps. I'm not sure whether it's my imagination, but this seems to have gotten a lot worse in the past year or two, and is no longer limited to apps from shady no-name companies. Apps from reputable companies used to try to have some plausible reason rela…
>Websites also can't spam you with push notifications the way installed apps can, so I strongly prefer them as a user. On Android, at least, you can disable notifications on a per-app basis. Press and hold on a notification, touch the icon that appears, and uncheck the notifications checkbox on the next screen.
I've also noticed an increasing amount of apps that now also use the notifications for ads. Definitely not what I like to see on my lock screen.