#15988 closed defect (fixed)
dojox/mobile/ScrollableView scrolls slowly and does not accelerate on some devices (Android 4)
Reported by: | Eric Durocher | Owned by: | Eric Durocher |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | DojoX Mobile | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Can be reproduced on a Galaxy Nexus for example, running the Mobile Gallery sample and scrolling the demo list. Scroll is slower than a native app, and it not possible to accelerate by moving the finger quickly.
Attachments (1)
Change History (6)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
I got the same sluggish behavior on several Android 4.0.3 devices , HTC Sensation XL and Huawei Y201 Pro. I need to resort to dojox.mobile.View on those devices to get a usable application.
Changed 8 years ago by
Attachment: | android4scrolling.patch added |
---|
Improves scrolling behaviour on Android 4
comment:3 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|
Note: See
TracTickets for help on using
tickets.
Seems to hold for Galaxy Nexus under Android 4.1, but NOT for the same Nexus under Android 4.0.4...
See also #16012 (exploring the use of "native" scroll as an alternate solution on platforms where our experience scrolling troubles...).