WebBluetoothCG / web-bluetooth

Bluetooth support for the Web.
http://www.w3.org/community/web-bluetooth/
Other
1.38k stars 187 forks source link

Windows 11 Support #572

Closed mdmontesinos closed 2 years ago

mdmontesinos commented 2 years ago

Does Web-Bluetooth support new Windows 11 in Chrome (or any other browser)?

I'm asking because we're having issues with an application that currently works in Windows 10, but does not in Windows 11. When the bluetooth devices are connected, they instantly disconnect and trigger the "gattserverdisconnected" event every time. It's the exact same deployed application in both cases, and the same bluetooth devices, but the computer using Windows 11 has this error.

Thanks for any information you might provide!

dlech commented 2 years ago

Please see https://sites.google.com/a/chromium.org/dev/developers/how-tos/file-web-bluetooth-bugs to report bugs in the implementation (this repo is just for the specification).

mdmontesinos commented 2 years ago

The issue was posted here:

https://bugs.chromium.org/p/chromium/issues/detail?id=1285296

Thanks for the advice!