Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 787 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 787 Bytes

Web bluetooth

Web bluetooth is an emerging standard to access a bluetooth device directly from a browser without the need of a plugin. At the moment of writing it works only in chrome (both mobile and desktop) on:

Know problems

  • Disconnect events do not yet work.
  • Auto reconnect does not work ergometer in the list
  • Web bluetooth has some security restrictions:
    • Start scan and the connect an only be called from a click event
    • The user has to select the device him selves, you can not do this from your own code
    • https is required (when not localhost)