I recently added a web manifest to my webapp following this guide. It works perfectly fine. I have also implemented push notifications. I want to know if there is a way to add an unread notification count like any other android app does indicating number of unread notifications on the launcher icon on the homescreen.
Asked
Active
Viewed 992 times
0
-
What's a `web-manifest`? – j08691 Jan 26 '16 at 17:39
-
Here is a link you can go through http://html5doctor.com/web-manifest-specification/ – Anubhav Jan 26 '16 at 17:50
-
I don't think you can yet. But I like where you are thinking! – Chris Love Jun 19 '17 at 20:40
1 Answers
0
The WICG Badging API will most likely solve this, but it will take some time before browser implement it.
See https://github.com/WICG/badging/blob/master/explainer.md

Null
- 975
- 13
- 13