When I run my application on a mobile device (Android in this case), the dropdownlist loads and displays correctly; however, when I swipe up or swipe down on the list (which happens to have hundreds of records in it) it only moves a tiny amount each time (probably 1 “page”). Is it possible to make the swipe behavior act like native apps, where the list actually appears to spin, depending on how hard/fast you swipe? I’ve tried adding .jqxTouch to the element/class, and set swipeMin and swipeMax, but that didn’t seem to have any effect. Thanks,
-Greg