I have noticed there is a noticeable difference when using a ScrollPanel on Android devices (Galaxy Nexus/OS 4.1.1 and LG Lucid/OS 4.0.4) vs. IPhone/IPad.
IPhone/IPad work fine.
(High Priority) Question #1:
The biggest issue on Android is that the scrolling behavior is very "choppy". This is very easy to reproduce by using HelloWorld.java (where there are 50 buttons). I have tried disabling momentum scroll and it does not appear to help. Is this a known issue for Android? Is there something I can do to make the scroll behavior smoother?
(Low Priority) Question #2:
As lower priority, we encountered an issue when the user scrolls above the top member (where the 1st member is towards bottom of screen) and holds the drag for about 3-seconds.on the "overscroll to top" where if the user drags above the 1st member, and holds the drag for ~3 seconds. The scroll panel does not auto-center. Note that the "overscroll to bottom/hold" does auto-center itself after about 2-3 seconds.
Thanks.
IPhone/IPad work fine.
(High Priority) Question #1:
The biggest issue on Android is that the scrolling behavior is very "choppy". This is very easy to reproduce by using HelloWorld.java (where there are 50 buttons). I have tried disabling momentum scroll and it does not appear to help. Is this a known issue for Android? Is there something I can do to make the scroll behavior smoother?
(Low Priority) Question #2:
As lower priority, we encountered an issue when the user scrolls above the top member (where the 1st member is towards bottom of screen) and holds the drag for about 3-seconds.on the "overscroll to top" where if the user drags above the 1st member, and holds the drag for ~3 seconds. The scroll panel does not auto-center. Note that the "overscroll to bottom/hold" does auto-center itself after about 2-3 seconds.
Thanks.
Comment