You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: