'Web Application to access Bluetooth (BLE) in an iOS device

I am trying to implement a web application that can be used to access Bluetooth on a device. I have chosen web application so that it can work both on the Android and iOS platforms. This bluetooth application is a small portion of the entire project (which consists of a login system and a QR code scanner). But during my research, I found that mobile safari does not support the Web Bluetooth API. Is there any workaround for this?

PS: I am a newbie to the web app development world.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source