AndreiMisiukevich / TouchEffect

UI-responsive touch effects for Xamarin.Forms
MIT License
195 stars 33 forks source link

[Android][Accessibility] Touch event is not fired with Talk Back #48

Closed taenito closed 4 years ago

taenito commented 4 years ago

Talk Back accessibility (double tap) triggers the Click event instead of the Touch event.

Can you handle the Click event of your AView and trigger the command (animation is not required in this case) ?

AndreiMisiukevich commented 4 years ago

fixed