4

Is Web Bluetooth implemented in Safari? How can web apps that use Web Bluetooth on their pages work on Apple iphones and ipads?

Vincent Scheib
  • 17,142
  • 9
  • 61
  • 77

1 Answers1

3

Safari has not implemented the Web Bluetooth specification, however WebBLE is an open source browser implementation that supports Web Bluetooth.

You can have users use WebBLE directly, or use the code to build your own hybrid app that wraps your web app.

Vincent Scheib
  • 17,142
  • 9
  • 61
  • 77