ccc3.0,开启了setAccelerometerEnabled重力感应的回调,但是收不到回调,是什么原因

input.setAccelerometerEnabled(true);
在手机浏览器中
input.on(Input.EventType.DEVICEMOTION, this._onDeviceMotionEvent, this);
收不到回调函数,是什么原因