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
Post a Comment