web applications - Autocomplete vertical scroll bar not working in Android 2.2 -


i have auto complete textbox.

<input id="autocompletereportlist" class="mobileautocompletereportlist" /> 

i have scroll it. below css applied control

 .mobileautocompletereportlist       {       width:200px;       height:20px;       overflow: auto;       overflow-y: auto;       overflow-x: hidden;       }  

overflow-y not working in mobile browser,is there anyway resolve issue


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -