Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想JavaScript在手机旋转时执行一些代码。我正在使用jQuery. 是否有可以与移动浏览器一起使用的自定义挂钩?
JavaScript
jQuery
我能想到的一种方法是挂钩视口大小的变化,并检查高/宽比是否发生了变化。有没有我可以使用的 API 方法?
它应该是附加在 <body> 标签上的“onorientationchange”事件。
查看 window.orientation 属性,您还应该获得以度为单位的角度。