Jquery Mobile - why is scrollview/scrolling on Android so much slower than on iOS?
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.
精彩评论