0

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.

Siddharth Rout
  • 147,039
  • 17
  • 206
  • 250
JavaH
  • 427
  • 2
  • 11
  • 29

2 Answers2

0

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

Community
  • 1
  • 1
dhaval
  • 7,611
  • 3
  • 29
  • 38
0

Give some height to autocomplete suggestion box and add this style to the suggestion box.

-webkit-overflow-scrolling: touch;
Akilan
  • 1,707
  • 1
  • 16
  • 30