SfListView ItemTapped event not working issue solution

I struggled and not alone from reading the forums and support threads with the tap event on SfListView suddenly no longer working after some syncfusion or Forms update.  I finally have a fix that worked for me.  My Android project did not have Syncfusion.Xamarin.SfListView referenced. This worked with older Xamarin.Forms.  After some version update this stops working. Referencing Syncfusion.Xamarin.SfListView in the android project fixes the issue.

I hope this helps someone

1 Reply

MK Muthu Kumaran Gnanavinayagam Syncfusion Team February 21, 2018 07:05 AM UTC

Hi Andrey, 
 
Thanks for your valuable solution. 
 
We would like to let you know that it is mandatory to add the SfListView assemblies in your android project to run the application successfully. If these assemblies are not referred properly, then the touch gestures will not be recognized in android platform and thus the ItemTapped event doesn’t get triggered. 
 
You can refer the below link to know the list of SfListView assemblies need to be added as reference in your solution projects. 
 
 
Regards, 
G.Muthu kumaran. 


Loader.
Up arrow icon