JS:方向改变之前?

发布于 2024-10-30 13:39:57 字数 82 浏览 1 评论 0原文

orientationchange 在旋转完成后触发。如何在操作系统开始集成窗口旋转之前触发事件?

编辑:例如。在旋转开始之前淡出元素

the orientationchange fires after the rotation has been completed. how can i fire a event before the os starts the integrated window rotation ?

edit: eg. to fade out elements before rotation starts

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不必你懂 2024-11-06 13:39:57

您可以检测设备的精确旋转,因此当您看到它旋转到精确点时,在屏幕旋转之前,您可以触发它。

这可能会产生一些误报。
http://dev.w3.org/geo/api/spec-source -orientation.html

you can detect the devices precise rotation so when you see it rotates to a precise point, before the screen rotates, you can trigger it.

This may have some false positives tough.
http://dev.w3.org/geo/api/spec-source-orientation.html

成熟的代价 2024-11-06 13:39:57

我在orientationchange之前制作了jQuery插件,它可以在iOS和iOS上运行。 Android(默认浏览器,不是 Chrome)

https://github.com/evaldsurtans/jquery.beforeorientationchange

I have made jQuery plugin beforeorientationchange, it will work on iOS & Android (default browser, not Chrome)

https://github.com/evaldsurtans/jquery.beforeorientationchange

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文