ipad:jquery 动画通过屏幕键盘滞后

发布于 2024-09-18 08:57:34 字数 217 浏览 3 评论 0原文

我正在为移动设备编写一个网络应用程序。

该应用程序包括一些我使用 jquery.animate() 编写的奇特的分页翻页效果,通常效果非常好且快速。

我在 iPad 上的问题:用户单击文本区域/输入文本字段后,屏幕键盘出现,并且翻页效果严重滞后。

当我随后点击其他地方时 - 屏幕键盘消失 - 动画仍然以同样的方式滞后,呵呵。

有人知道如何避免这种滞后吗?

I'm writing a webapp for mobile devices.

The app includes some fancy pagination pageflip effect i've written using jquery.animate(), which works quite nice and fast in general.

My problem on ipad: after the user clicked into a textarea / input text field, the onscreenkeyboard appears and the pageflip effect lags as hell.

When i click somewhere else afterwards - and the onscreenkeyboard dissappears - the animation still lags the same way, huh.

Anybody knows how to avoid that lag?

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

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

发布评论

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

评论(1

×眷恋的温暖 2024-09-25 08:57:34

如果你不介意为 iPad 做一些定制,我建议你直接使用 CSS3 动画。 iPad 的 javascript 应用程序中的内存管理是一个杂种。

If you don't mind doing something custom for the iPad, I would recommend that you use CSS3 animations directly. Memory management in javascript apps for the iPad is a sonofabitch.

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