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.

Member Avatar for LastMitch

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.

@Ambati

You know it would be nice if you also provided the div tags with your css.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.