I am having issues with my onClick
event being triggered. I have a ListView
in a fragment and the onClick
listener is fired only when I double tap the view. It seems like there might be something stupid that I have in the configuration, but nothing in my code base is jumping out at me. Has anyone seen this issue before? Is there some setting, or some issue with ListView
's that I missed in the docs? My xml has autolink='all'
on but besides that it is vanilla.
When I changed my listener to onTouch
it worked with one click, and I am lost at ideas on how to fix this.
Thanks for any help.