electron-web-bluetooth icon indicating copy to clipboard operation
electron-web-bluetooth copied to clipboard

Issues running on Windows 10

Open skezo opened this issue 7 years ago • 1 comments

Fails to find navigator.bluetooth when running npm start on Windows 10 machines. It might be related to this issue: https://github.com/electron/electron/issues/10562

skezo avatar Feb 06 '18 04:02 skezo

Just want to confirm to report that I'm hitting the same issues. Even with the app.commandLine.appendSwitch("enable-web-bluetooth", true);, navigator.bluetooth is undefined on Windows 10

jdpigeon avatar Jun 22 '18 19:06 jdpigeon