HTML Select not working in Android -


i have super basic html select form field -

<select>   <option value='1'>1</option>   <option value='2'>2</option>   <option value='3'>3</option> </select> 

but reason when tap on them nothing happens. happening in webview on android 2.2.2

strange thing work...

do have user-scalable=0; in meta tag? if so, try user-scalable=yes;


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -