微信浏览器还支持设备旋转事件吗?这个在QQ浏览器中可以用

发布于 6 年前作者 gwu5456 次浏览最后编辑 6 年前来自 ask

window.addEventListener('deviceorientationabsolute', () => {

  alert('rotation')

},true)

 

window.addEventListener('deviceorientation', () => {

  alert('rotation')

},true)

0 回复
暂无回复