I need an autocomplete option in my phonegap app, and i got this sample . It works fine when iam working with sample, but it is broken (look at images) when iam trying to scroll in iphone simulator i think it has some css issue, how can i fix it ? Iam really got stuck with this. Thanks.
Update1: this issue arises when my iscroll started to scroll. Then, my list also starting to scroll (as i shown in below image).
Update2: my jsfiddle here, enter 'a' in products input field - a list will appear, then scroll; you can see the issue.
my scroll wrapper:
var testScroll;
function loaded() {
testScroll = new iScroll('wrapper', {
//check js fiddle for more
}
}false);