禁用phonegap中的方向改变动画

发布于 2024-12-25 02:18:59 字数 184 浏览 0 评论 0原文

在我的主 javascript 文件中,我使用 shouldRotateToOrientation(rotation) 检测phonegap 的方向变化,以控制内容的 CSS 转换。如何禁用 IOS 在方向改变时的默认旋转动画?

我正在使用phonegap 1.1.0,xcode 4.2.1,针对ios 4.3。谢谢!

In my main javascript file I am detecting orientation changes from phonegap using shouldRotateToOrientation(rotation) to control css transitions of my content. How can I disable IOS's default rotation animations on orientation change?

I am using phonegap 1.1.0, xcode 4.2.1, targeting ios 4.3. Thanks!

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

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

发布评论

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

评论(1

我最终使用 AppDelegate.m 的 webViewDidFinishLoad 函数内的 [UIView setAnimationsEnabled:NO]; 禁用了所有动画。

I ended up disabling all animations with [UIView setAnimationsEnabled:NO]; inside the webViewDidFinishLoad function of AppDelegate.m.

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