Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

TouchEffect.Command and TouchEffect.LongPressCommand in CollectionView Doesn't work together with TalkBack (Xamarin.Forms) #15654

Open
vsfeedback opened this issue Jan 13, 2023 · 0 comments

Comments

@vsfeedback
Copy link

This issue has been moved from a ticket on Developer Community.


[severity:I'm unable to use this version]
If you want to support long press on items in a CollectionView you need to use both TouchEffect.LongPressCommand and TouchEffect.Command in the DataTemplate.
However when you do this instead of using the SelectionChanged event you can't execute a long press nor a tap with TalkBack on Android. If you turn off TalkBack and interact with the CollectionView without the screen reader both gestures works as expected.

Define the CollectionView as follows:

                                <label>

Original Comments

Feedback Bot on 12/25/2022, 06:35 PM:

(private comment, text removed)


Original Solutions

(no solutions)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants
@jsuarezruiz @vsfeedback and others