[TIMOB-17863] Android - Swipe Event Handler Causes ListView to slow down/Stop scrolling
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 8.0.0, Release 8.0.1, Release 7.5.2 |
Fix Version/s | n/a |
Components | Android |
Labels | engSchedule, listView, scroll, slow, swipe |
Reporter | Paul Jassal |
Assignee | Unknown |
Created | 2014-09-03T16:57:09.000+0000 |
Updated | 2021-11-03T14:51:51.000+0000 |
Description
Create a Listview and add some bound items.
Add the Swipe EventHandler (.addEventListener('swipe', swipeEventHandler);)
Scrolling of the list is choppy/slow on iPhone.
Scrolling of the list stops on Android
There is no inertia.
Hi, Would you please provide us a test case for your problem, that will be really helpful. Regards Shuo
I see this problem too, on SDK 3.4.0.GA
this causes the scroll to move but not accelerate on Android KitKat (SGS5) when the onSwipe attribute is removed everything is back to normal can we accelerate and escalate this?
Are there any plans to fix this? I am facing this issue even on SDK 5.4.0.GA on Webviews.
I just reproduced this issue using 8.0.1.GA with Android emulator.
Thanks for this bug report, even though it hasn't been fixed it has helped me find my problem! This also occurs on ScrollView, there is no inertia on the scroll when onSwipe() is present on Android (all SDKs up to 10.2). This bug report at least helped me find the issue, as i was stumped!