android - Is there a way to add badge notifications using progressive web apps (PWA)? -


i'm developing progressive web application (pwa) send notifications users.

i know i'm able send push notifications (like in regular app), explained in following blog post: https://developers.google.com/web/fundamentals/getting-started/codelabs/push-notifications/?hl=en-us.

i know can add pwa home screen, creating simple manifest file (https://developers.google.com/web/updates/2014/11/support-for-installable-web-apps-with-webapp-manifest-in-chrome-38-for-android).

however, after having app in home screen, add "hint" user, letting him know has access application. great way doing "badge notification" (as showed in facebook icon on image below).

image showing badge notification example on facebook icon

is possible add kind of behavior using progressive web applications?

it not possible pwas. although if developers feature expect @ point.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -