Skip to content

[Android] CollectionView item selection doesn’t work when DragGestureRecognizer or DropGestureRecognizer is attached to item content #32702

@AmalRajUmapathySelvam

Description

@AmalRajUmapathySelvam

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.

SimpleSample 1.zip

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

Relevant log output

Metadata

Metadata

Assignees

Labels

area-controls-collectionviewCollectionView, CarouselView, IndicatorViewpartner/syncfusionIssues / PR's with Syncfusion collaborationplatform/androids/triagedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions