ipad:jquery 动画通过屏幕键盘滞后
我正在为移动设备编写一个网络应用程序。
该应用程序包括一些我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你不介意为 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.