You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have an app that display a list using collection-repeat. When I flick the list to have it scroll, normally I would expect to tap an item to stop the scrolling but instead a click event is fired as Ionic translates it as a tap or click event and takes me to the detail page of the item I have clicked.
A possible fix will be disable tap events while scrolling is happening or detect the intensity of the click or tap event such that the subtle tap events while scrol should stop the scroll not fire the tap event.
This issue has been experienced on IOS but I can be sure it is same on Android.
The text was updated successfully, but these errors were encountered:
saniyusuf
changed the title
List Receives Click Event Wrongly
List Receives Click While Scrolling
Feb 10, 2015
So I have an app that display a list using collection-repeat. When I flick the list to have it scroll, normally I would expect to tap an item to stop the scrolling but instead a click event is fired as Ionic translates it as a tap or click event and takes me to the detail page of the item I have clicked.
A possible fix will be disable tap events while scrolling is happening or detect the intensity of the click or tap event such that the subtle tap events while scrol should stop the scroll not fire the tap event.
This issue has been experienced on IOS but I can be sure it is same on Android.
The text was updated successfully, but these errors were encountered: