Is there any way to access accelerometer data using Javascript on Android\'s browser? I know it supports \"onorientationchange\", but I\'d like to get everything.
C
You could try with PhoneGap that provides API to access the accelerometer from javascript.
Here the documentation.