WebBluetoothCG/web-bluetooth

About navigator.bluetooth.requestLEScan() function

Opened this issue · 3 comments

How to implement navigator.bluetooth.requestLEScan() function on Windows Chrome?
The web site has mentions that which can work on Windows 10, but I have no response when I use that function.
https://github.com/WebBluetoothCG/web-bluetooth/blob/main/implementation-status.md

thanks

Can you clarify what you mean by "no response"? Check the DevTools console for errors when calling that function. Because it is still experimental you need to enable chrome://flags/#enable-experimental-web-platform-features.

I enable chrome://flags/#enable-experimental-web-platform-features already.
When the web site running on Android Chrome, which will shown permission dialog before start scan, but there is no permission dialog shown on Windows Chrome and DevTools console has no any error message.

The issue could be reproduced. Please refer to https://bugs.chromium.org/p/chromium/issues/detail?id=1323134.