this is CSS used for iscroll.
#wrapper {
position:absolute; z-index:1;
top:13%; bottom:10%; left:0;
width:100%;
overflow:auto;
}
#scroller {
position:absolute; z-index:1;
/*-webkit-touch-callout:none;*/
-webkit-tap-highlight-color:rgba(0,0,0,0);
width:100%;
padding:0%;
}
I have three dropboxes, are state,city and mall.I am implemented iscroll on this page.While testing on android lower versions like 2.3.5,and lower the dropbox select is working wiered.If i select city state dropdown is populating.Give any solutions for this issue.