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
setAppBadge is supported on chromium-based browsers, but it sometimes doesn't do anything. For example, if you're using the API from a webpage in Samsung Internet, even though the code will run, nothing will happen. It will only do something if the app is a PWA and is installed locally by the user, from Chrome on Android.
The text was updated successfully, but these errors were encountered:
I think we have a more general issue for recording the idea of "weird" features via #915 and #1038.
This issue is not resolved, but it would likely be accommodated if either of those two other issues were.
@captainbrosset I'm closing this issue up. Though I do recommend seeing Philip's comment above and contributing revised data to BCD, so when we do cover badging, it shows up automatically. Thank you!
I came across a weird support case today that we might want to consider.
https://developer.mozilla.org/en-US/docs/Web/API/Navigator/setAppBadge
setAppBadge
is supported on chromium-based browsers, but it sometimes doesn't do anything. For example, if you're using the API from a webpage in Samsung Internet, even though the code will run, nothing will happen. It will only do something if the app is a PWA and is installed locally by the user, from Chrome on Android.The text was updated successfully, but these errors were encountered: