I need to implement Bluetooth connectivity. In development mode, I can access navigator.bluetooth without any issues. However, after packaging, navigator.bluetooth becomes undefined. When using electron-builder directly, this problem doesn't occur. Can you provide an explanation? This issue has been bothering me for a long time.
I need to implement Bluetooth connectivity. In development mode, I can access navigator.bluetooth without any issues. However, after packaging, navigator.bluetooth becomes undefined. When using electron-builder directly, this problem doesn't occur. Can you provide an explanation? This issue has been bothering me for a long time.