I have used autocomplete in jQuery from this link.
In the normal browser I am getting the scrollbar, But in my PhoneGap app I am not getting scrollbar. Please help me.
The demo you mentioned is for jQuery UI which won't work as expected cos it is in mobile, and you need to use the autocomplete made for mobile browsers.
Refer this post:
Getting jQueryUi Autocomplete to work with jQueryMobile
Or these articles:
http://www.andymatthews.net/code/autocomplete/
http://forum.jquery.com/topic/autocomplete-widget-with-jquery-mobile
Give some height to autocomplete suggestion box and add this style to the suggestion box.
-webkit-overflow-scrolling: touch;