phenomen / flc

Foundry Lightweight Client (FLC) is a bloat-free client app for Foundry VTT
https://flc.ruleplaying.com
35 stars 9 forks source link

FeatureRequest - Bluetooth Permissions Backend #50

Open KonteiKeisei opened 1 day ago

KonteiKeisei commented 1 day ago

If the following flag is somehow available in the chromium backend for FLC, can it be enabled or set as a toggleable option?

#enable-web-bluetooth-new-permissions-backend

I use this for Bluetooth Dice, it prevents me from having to repair every time i login.

Edge Case, so if its a no, no worries!

phenomen commented 7 hours ago

It seems like this experimental flag is exclusive to Chromium and not available in Webview yet. Though, the module authors should just call navigator.bluetooth.requestDevice() function that will request Bluetooth permission and will work in FLC as well as any other browser.