I am using to show the list of phonecontacts and trying to click an item and when double tap is done the earlier clickeditem should be taken into account and make a call . Similar to imitate when talkback accessibility is enabled.
But whenever i am trying to double tap on the listitem , instead onItemClick is being called. But when doing double tap on the edges of the list item , doubleTap event is captured.
Could anyone please help what might be the issue?
And also help how to do : by default the first item of the list should be selected and speakout the first contact and when user scrolls read the next contact and highlight that listitem .