ios 微信网页,设备旋转事件不触发
window.addEventListener( 'deviceorientationabsolute' , () => { alert( 'rotation' ) }, true ) window.addEventListener( 'deviceorientation' , () => { alert( 'rotation' ) }, true ) |
这两个设备旋转的事件,在ios微信上无法触发,安卓微信正常
IOS微信,7.0.3