2

Is there any way to make a web page scan for beacons on iOS ? I know that no iOS web browser supports Web Bluetooth at the present. I even could not find any information about if Chrome team is planning to add support for Web Bluetooth for Chrome on iOS.

Is there any other way to scan for the beacons on iOS thru' web browsers (be it Safari or Chrome) ?

Thanks

1 Answers1

2

Unfortunately, Google can't add Web Bluetooth to Chrome for iOS without Apple's participation, and Apple has given no indication that they are supporting the Web Bluetooth project.

Understand that Apple restricts web browsers on iOS to use Safari or Safari web views, which has the same JavaScript engine and bindings as Safari. Google Chrome for iOS is required to use the same internal rendering and JavaScript engine as Safari, which simply does not support Web Bluetooth.

Bottom line: While it is possible that Apple will one day decide to join the Web Bluetooth party, there can be no support on third party iOS browsers until Apple decides to do so.

davidgyoung
  • 63,876
  • 14
  • 121
  • 204
  • Thanks David for a reply. Is there any way a pwa running on an iOS device can scan for the beacons ? Library like Android Beacon Library is meant to be used in an native app only or such a library can scan for the beacons thru' pwa as well ? Many thanks... – user7892337 Jul 24 '17 at 08:30
  • It would have to be wrapped in a native container like Cordova to make this possible using native bindings. – davidgyoung Jul 24 '17 at 13:01
  • WebBLE simple web browser that supports an initial subset of the web bluetooth javascript APIs. https://itunes.apple.com/us/app/webble/id1193531073?ls=1&mt=8 – Vincent Scheib Jul 25 '17 at 17:15