Hacker News new | ask | show | jobs
by sneak 1917 days ago
Webapps don't show up on the home screen, can't be targets of share pane actions, can't access contacts, can't send push notifications.
1 comments

The current state of webapps on Android has made good progress on these issues:

Supported on all major Android browsers:

- Progressive Web Apps can be added to your home screen - Web Push lets web apps receive push notifications (Brave's implementation is broken, but they try to support the feature)

Experimental APIs supported by Chrome for Android:

- Web Share Target API, which lets homescreen'd web apps receive shares from other apps (the share pane makes no distinction between sharing to a web app or a native app) - Contacts APIs to read the user's contacts list

I think PWA's competitiveness will get a lot better once other browsers adopt the Web Share Target (or something like it), but I'm skeptical that they'll really take off as long as Apple continues hold off on implementing features that would make PWAs competitive with native apps.