Access accelerometer via Javascript in Android?

前端 未结 6 617
夕颜
夕颜 2020-12-02 23:51

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

6条回答
  •  醉酒成梦
    2020-12-03 00:26

    You could try with PhoneGap that provides API to access the accelerometer from javascript.

    Here the documentation.

提交回复
热议问题