Closed windate3411 closed 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)
This looks like a compatibility data issue. I have filed https://github.com/mdn/browser-compat-data/pull/20377 that fixes it.
Closing as answered and fixed.
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.Here's my question, when I wanna check the Browser compatibility regarding
setAppBadge
on MDN I got confused. 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!