Live data from Hacker News

I won't download your app. The web version is a-ok

0xsid.com

231–240 of 599 posts

Re: I won't download your app. The web version is a-ok

#231
Anecdotally had the axios maintainer used the Zoom desktop app, he'd be used to seeing the "Open this link in the app" prompt on the call page and less likely to fall for the scam upon not seeing the same prompt when following the phishing link. I think there's some value in having the app installed for the extra validation.

Re: I won't download your app. The web version is a-ok

#232
post #202
post #79

Earlier quoted context omitted.

This. I posted this on my other comment, but there's a meme that "Gen Z Kids Don't Understand How File Systems Work" [0]. There seems to be a disconnect between some developers and the younger folks. [0] https://news.ycombinator.com/item?id=30253526

No. There is a disconnect between domain insiders and those that are not. This is not specific to any one domain. It's also not about age. Some insiders know about this disconnect and fewer still can bridge it easily. Those that cannot even sense this disconnect, they're a bit of a pain in certain situations. You know, like talking to project stakeholders or customers.

Except pretty much the entire millennial generation knows about computer folders and files, as that was necessary information for graduating school.

Re: I won't download your app. The web version is a-ok

#233

Web browser is a sandbox by default. Worst a sketchy site does is eat a tab, less if you run an adblocker. Native app? Background processes, hardware ID shenanigans, your contacts, location. The whole buffet.

Apps have to request your permission for contacts and location. iOS is really good about not giving bad permissions to apps without user being asked for consent.

Re: I won't download your app. The web version is a-ok

#235

The restaurant QR menu situation is peak 'we installed an app for the app' energy. I scanned a code expecting a menu and instead got a Play Store redirect. Just let me see the food. The worst offenders are services that literally work fine in mobile Safari but pop a banner saying 'for the best experience download our app' covering half the screen. The web version is already the app, you just painted a door on the wal…

> The restaurant QR menu situation is peak 'we installed an app for the app' energy. I scanned a code expecting a menu and instead got a Play Store redirect. Just let me see the food.

Now you've triggered me lol. At that point I'll ask for a physical menu, and leave if they don't have one. And no, I'm not going to look at my friend's phone. It's ridiculous!

Re: I won't download your app. The web version is a-ok

#236

I've been running a video game collection site for years. The number one request I get from people is to build an app. I've worked so hard on making the mobile version of the site to be just as functional as the desktop version, and I don't really understand why people want an app over just using the web version. I sometimes wonder if I should just do it to see if I'm missing out on market share, but I don't really w…

Similar situation here.

My take on it is that frequent users perceive apps as desktop launchers/shortcuts.

They don't care about the difference between app and web, per se, but the bookmarking situation in mobile browsers is awful (desktop too, honestly), and an app presents a convenient launcher for the service/site/data they want.

Adding a springboard launcher for a PWA is easy but still apparently more frictional than installing an app.

Re: I won't download your app. The web version is a-ok

#237

I asked the same question a few years ago, and the answer I arrived at is that the app has, by default, more permissions (not only technical but also conventional) to collect data, send push notifications, and otherwise harass the user.

iOS apps have to request permission from user to send push and for basically every other problematic permission.

Re: I won't download your app. The web version is a-ok

#238

What most people dont get: Most of folks on HN here are much older than todays "first customers" of 16y/17/18 For them: The "Smartphone is the internet", while for most of us the "Smartphone is an extension of the internet from our desktops" that we were used to (remember the years before dot com bubble, saying: "I will be down in the basement at the computer to surf on the net little bit" ? :-) But today, the very f…

[deleted]

Re: I won't download your app. The web version is a-ok

#239
I'm a huge supporter of the open web. However this issue was decided 16 year ago. If you recall the first push on smartphones were "web apps". Those sucked. The bottom line is that native apps provide a better user experience and that is why they became prevalent 16 years ago.

Re: I won't download your app. The web version is a-ok

#240

Web browser is a sandbox by default. Worst a sketchy site does is eat a tab, less if you run an adblocker. Native app? Background processes, hardware ID shenanigans, your contacts, location. The whole buffet.

bias disclosure: i used to do Android dev and kinda hate the browser personally.

i don’t get this take. “Web browser is sandbox by default”. sure, it has to do the rail grind with a rake to access system calls, but in a modern system apps are also sandboxed, especially on a smartphone or when downloaded with a managed app service. the OS gives you the ability to specify permissions, although to what degree depends on your provider. your browser _obviously_ also has the permissions you’re talking about. and now we have introduced yet more vectors in the form of cookies where web _applications_ can track activity _between applications_ with that just kinda being part of the spec, and it totally neuters the protections that the OS gives you because once you configure Firefox to get your location for Open Maps, now you’ve totally given control to your location permissions for _all web apps_ to yet another corporate driven point of failure.

don’t even get me started on the UI mess.

my tinfoil hat theory is that the browser is pushed by mostly bad actors trying to get data, while anyone providing a real user experience has a nice native app.

press F for my reputation.

Post reply on HN