slow list view scrolling on iPad when scrolling in an overflow:auto div

后端 未结 2 1588
情深已故
情深已故 2021-02-05 06:48

I am developing a Phonegap app for the major os platforms and am currently testing it on an iPad with iOS 5. Im using jquery mobile. So for large screens i\'ve used the splitvie

2条回答
  •  不知归路
    2021-02-05 07:38

    We have used the plugin below in our project, did you try this one out?

    https://github.com/jquery/jquery-mobile/tree/master/experiments/scrollview

    On iOS it uses hardware acceleration to render the scrolling. It is rather easy to use, all you have to do is to assign an additional class to your div.

    We did have some issues on Android 2 with this plugin, to overcome those issues we changed the scrollMethod property in jquery.mobile.scrollview.js.

    I hope it helps you solve your scrolling problem

提交回复
热议问题