Hi everyone !
I am using a detailed SwipeView control in Listview. I am trying to integrate the long press control on each card in my list. For this, I want to use xamarin community toolkit long press. Xct long press works in areas outside of listview on my screen. For example, label, image etc.
But xct long press does not work on any controls inside my listview. How can I solve this problem?

Thanks in advance