w3c / badging

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

Question regarding Android mobile support #108

Closed windate3411 closed 1 year ago

windate3411 commented 1 year ago

I'm turning my web app into PWA and add some web-push notification, everything work as expected so I decided to apply app badges to indicate the unread counts. The setAppBadge works fine on my ios PWA, but apparently it doesn't work on Android devices due to some platform limit according to the closed issues and this link. image

Here's my question, when I wanna check the Browser compatibility regarding setAppBadge on MDN I got confused. image If the badging API not support any Android devices, why does the compatibility table shows it supports Android chrome v81+? Am I missing something or the info I got from developer.chrome.com is already outdated?

Any suggestions would help, thank you guys in advanced!

marcoscaceres commented 1 year ago

@tomayac maybe? 👆🤔 (with the note that this isn't really a spec question, but that's ok... this is somewhat related to #102)

tomayac commented 1 year ago

This looks like a compatibility data issue. I have filed https://github.com/mdn/browser-compat-data/pull/20377 that fixes it.

marcoscaceres commented 1 year ago

Closing as answered and fixed.