0

I'm planning on making an HTML5 Chrome App where users will be able to connect to each other using bluetooth and they will be able to send messages. How can I do this.

Kitanga Nday
  • 3,517
  • 2
  • 17
  • 29

1 Answers1

1

Phonegap can do this for hybrid apps: https://github.com/bcsphere/bluetooth

Otherwise it appears that the ability to use Bluetooth from HTML5 was removed from the spec. For more information, see this other question: HTML5 Bluetooth and Audio

Barett
  • 5,826
  • 6
  • 51
  • 55