Is Web Bluetooth implemented in Safari? How can web apps that use Web Bluetooth on their pages work on Apple iphones and ipads?
            Asked
            
        
        
            Active
            
        
            Viewed 5,351 times
        
    1 Answers
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