I have a listview, each element is a textView with the autoLink = "web | email" .Link property will work correctly, but I want to start another action when the text is clicked, other than the web email that was not there. So I used setOnClickListner for textView, which also worked smoothly. My problem is that when I click on the email link or web link, both actions will be performed and other actions will open. How to prevent this?
source share