w3c / badging

Badging API
https://w3c.github.io/badging/
Other
88 stars 12 forks source link

Not working on PWA #76

Closed lagcamgc closed 2 years ago

lagcamgc commented 4 years ago

Hello!

I installed the sample demo PWA in my phone and another one and is not showing the badge, or is there some special steps to test it on Android?

Thanks

fallaciousreasoning commented 4 years ago

Unfortunately this API only works on macOS and Windows at the moment. This is actually a platform limitation on Android (because on Android app badges are actually the count of unread notifications).

So yeah, this is expected but definitely not ideal.

lagcamgc commented 4 years ago

Thanks for the fast reply!

Ohh that's bad i was thinking that it was a new issue because it was not mentioned on the docs when i was reading it, i think that it said that on mobile we should be able to see the bubble but not the numbers

It's ok if i let this issue open so other people can find it and if it is fixed we can know it here?

EDIT: I just saw this: https://github.com/w3c/badging/blob/master/explainer.md#is-this-api-useful-for-mobile-oss Thanks

marcoscaceres commented 2 years ago

Closing as answered