Hi I am using 3.1.2.GA SDK and developing an app for android. I have a list displaying with listView and listening to the itemclick event. I have to click on the listitem itself to get the event fired. If I click on any other views inside listitem, the event won't fire. I believe the views added to the listitem is receiving the event.
How can I have the 'itemclick' event to fire so that when I click anywhere inside the listitem, the event will fire?
Thanks in advance