I have a ListView where each row has two webviews side by side, taking up the entire row. I\'ve set up onListItemClick() in my ListActivity, but they are not fired when I ta
Setup to parent layout of each WebView:
android:descendantFocusability="blocksDescendants" android:layout_width="match_parent" android:layout_height="wrap_content"