GPS, accelerometer & gyroscope

Does anyone know if GPS, accelerometer and gyroscope functions are supported in HTML builds? I have tried the sample files supplied with the application download but none of them work. I know that the web browser supports these functions (using Safari on iOS) as I’ve tried standard web examples but the HTML do not work. Am I missing something?

Unfortunately, these plugins are not currently supported on HTML5, but you can try using the QuickJS plugin to get it from JavaScript.

Thanks that’s very helpful. I’ll give it a go using the web APIs.