I implemented a gesture listener that listens to double tap and single tap events now the problem is that it is being called when I double tap the screen but it is not called when I double tap a functional view like a clickable button. Thanks for your help.
I think that the button consumes the double tap, if that is the case what should I do?