Re: [web-bluetooth] No trigger characteristicvaluechanged method (#372)

Sorry, Did you solved this problem?
My code working fine in PC chrome, but not in Android chrome.
Have some problem in here:
characteristic.startNotifications().then(_ => {
            characteristic.addEventListener('characteristicvaluechanged', handleNotifications);
          });

-- 
GitHub Notification of comment by nemeros111
Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/372#issuecomment-576980959 using your GitHub account

Received on Wednesday, 22 January 2020 02:37:06 UTC