可能是微信里 Laya代码中写的监听,在微信中没有执行,我在html中加了这三行监听事件,别的代码里就可以按照引擎示例里的进行开发了
window.addEventListener('deviceorientation', this.oriListener, false);
window.addEventListener('MozOrientation', this.oriListener, false); //为firefox所用
window.addEventListener('devicemotion', this.oriListener, false); //重力感应