logoalt Hacker News

em3rgent0rdrtoday at 2:13 PM4 repliesview on HN

> "do something that can be done in a web app"

I'll bite. What important features can only be done in an "app" but not a web app nowadays?


Replies

edenttoday at 2:17 PM

NFC reading is one. That's why lots of Governments publish apps - it's a reliable way to check your passport if you need a visa etc.

It might be coming to the web - https://developer.mozilla.org/en-US/docs/Web/API/Web_NFC_API

show 1 reply
earthnailtoday at 2:17 PM

Realtime stuff. Audio, video etc, games. Apps with a large user library (like the Photos app) that should work offline.

show 1 reply
dmayletoday at 2:29 PM

A ton of features work only or better on app:

  - anything privacy sensitive
  - anything processing intense (using optimized binaries)
  - widgets
  - camera and audio based features *can* work, but are more finicky (or outright broken on ios)
  - local storage (exists in web app, short lifetimes on web site)
  - performance/latency sensitive work
  - (I'm less familiar, but probably local sensors, like gps and acceleration)
show 5 replies
joshuakcockrelltoday at 2:27 PM

It’s also about friction.

No one wants to troubleshoot a card decline by logging into their mobile browser bank account in checkout at the grocery store.

show 4 replies