A: 

If you add a focusable element to a ListView, it causes the ListView items to no longer be selectable. Try setting android:clickable = false on your WebView.

Mayra
doesn't work. i also tried to add a "focusable element" <input type="text" />, but this had no effect either