w3c / badging

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

Has anything changed with the badge API? #80

Closed JohnRSim closed 4 years ago

JohnRSim commented 4 years ago

Tried with Edge 86.0.622.63 (Official build) (64-bit) Chrome 88.0.4318.0 (Official Build) canary (64-bit)

Installed PWA on Win10 https://badging-api.glitch.me/index.html

Opened app and tried setting number - however am not seeing number in taskbar. Anything I have missed or updates?

Tried in console to do navigator.setAppBadge(10) not getting any errors in the catch.

fallaciousreasoning commented 4 years ago

Hey @JohnRSim! Thanks for the interest in the API. This sounds like an implementor bug, would you mind filing a bug report on Chromium (you can do that here) and closing this issue?

Generally, this repository is for discussions about the design of the API and specification, not specific browser implementations.

Interestingly, I just tested on my Mac laptop and this seems to be working in Chrome 88.0.4318.0 (Official Build) canary (x86_64) for me, so maybe it's a Windows only bug?

JohnRSim commented 4 years ago

Thanks @fallaciousreasoning I'll give it a go on my Mac and report to chromium team.