Jquery Mobile - 为什么 Android 上的滚动视图/滚动比 iOS 上慢得多?
我开发了一个订单输入表单,我想在移动设备上使用它。
以下是示例的链接。
问题是:
在 iOS(iPhone4G、iPad)上,水平滚动速度非常快。在 Android (HTC Sense) 上速度超级慢。
我发现了一个 JQM 论坛中的线程 使 box-shadow 成为 Android 上滚动缓慢的罪魁祸首。但即使在删除所有盒子阴影后,事情也并没有真正加快。
奇怪的是,如果我删除所有输入字段(“sizeBox”列表中的第二个和第三个列表项,事情仍然不会加快。
有人可以指出我的另一个原因吗?
感谢帮助!
I have developed an order entry form, which I want to use on mobile devices.
Here is the link to the example.
The problem is:
On iOS (iPhone4G, iPad) the horizontal scrolling is super-fast. On Android (HTC Sense) it's super-slow.
I have found a thread in the JQM-forum making box-shadow the culprit for slow scrolling on Android. But things don't really speed up even after removing all box-shadows.
Strangely, if I remove all input fields (2nd and 3rd list item from "sizeBox"-list, things still don't speed up.
Can someone point me to another cause?
Thanks for help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在玩了一段时间这个例子之后......边界半径和背景渐变显着减慢了速度。寻找最佳外观与可用性设置的问题。
After playing around for a while with the example... border-radius und background-gradients slow things down considerably. A matter of finding the best looks vs. usability setup.