Android 上的 jQuery 移动过渡抖动
即使在模拟器(Android 2.2)中,页面转换也像这样运行:
- 触摸
- 一些延迟...
- 滑动到新页面
- 新页面完全可见,但立即隐藏,
- 再次显示旧页面
- 一些短暂的延迟...
- 最后新页面
是闪烁很大,看起来很破。
这正常吗?我能做什么呢?
Even in the emulator (Android 2.2) a page transition runs like this:
- touch
- some delay...
- slide to new page
- new page full visible, but hides instantly
- showing old page again
- some short delay...
- finally the new page
It is a big flickering and looks very broken.
Is that normal? What can I do about it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这很正常。事实上这个 博客关于 jQuery Mobile 1.1 的预期的帖子直接引用了 Android 上过渡性能不佳的情况。看起来你会一直坚持下去,直到下一个版本。你说的这个问题我也看到了。
It's normal. In fact this blog post about what to expect in jQuery Mobile 1.1 directly references that poor performance of transitions on Android. Looks like you will be stuck with it until the next release. I've seen the issue you talk about as well.