ios 微信网页,设备旋转事件不触发

发布于 7 年前作者 moxiulan8521 次浏览最后编辑 7 年前来自 ask
window.addEventListener('deviceorientationabsolute', () => {
  alert('rotation')
}, true)
 
window.addEventListener('deviceorientation', () => {
  alert('rotation')
}, true)

这两个设备旋转的事件,在ios微信上无法触发,安卓微信正常

IOS微信,7.0.3

1 回复
xiuyinghe
xiuyinghe1 楼6 年前

这个是 h5 相关接口的,应该是 iOS 系统浏览器不兼容,你可以网上搜下解决方法

https://developer.apple.com/documentation/webkitjs/devicemotionevent