I have a super basic HTML select form field –
<select>
<option value='1'>1</option>
<option value='2'>2</option>
<option value='3'>3</option>
</select>
But for some reason when i tap on them nothing happens. This is happening in a WebView on Android 2.2.2
strange thing is that SOMETIMES they do work…
Do you have
user-scalable=0;in your meta tag? If so, tryuser-scalable=yes;