开发者

Jquery Mobile - why is scrollview/scrolling on Android so much slower than on iOS?

开发者 https://www.devze.com 2023-04-02 03:17 出处:网络
I have developed an order entry form, which I want to use on mobile devices. Here is the link to the example.

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开发者_StackOverflow 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!


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消