I have a client who has a few bluetooth devices connected to an iPad. On that iPad I will be creating a website designed for the iPad (the iPad will be in a kiosk setup).
Is it possible using only javascript to trigger a specific device via bluetooth (assuming you know the bluetooth ID or address)? For instance there will be bluetooth controlled lighting, when the end user visit a specific page a specific light will be triggered via bluetooth.
Is this possible? If so, please provide some so resources that I may learn how to do this.
Note: The website is not a dedicated iPad app, just a standard HTML, CSS, and JS website. Also my site runs on a hosted CMS, thus no server side code can be used. I will be using jQuery 1.8.3 if that makes a difference.
Short answer: It’s not possible to access native iPad functions through javascript….
Wider answer: It’s not possible to access hardware through Javascript