-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Description
On Android, when a DragGestureRecognizer and/or DropGestureRecognizer is added to an element inside a CollectionView.ItemTemplate, tapping the item no longer triggers item selection. Without gestures, selection works as expected. This reproduces on Android 15 and 16.
Recording.2025-11-18.133259.mp4
Steps to Reproduce
1.Run the sample.
2.Tap the collection view item.
Observed behavior:
Tapping an item does not select it on Android when either DragGestureRecognizer or DropGestureRecognizer is present on a child element in the ItemTemplate.
Expected behavior:
Tapping an item should select it (fire SelectionChanged) even if the item’s child view has DragGestureRecognizer and/or DropGestureRecognizer attached, provided the user is not performing a drag/drop gesture.
Link to public reproduction project repository
No response
Version with bug
10.0.10
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 15, Android 16
Did you find any workaround?
No