I am working on a tablet/browser interface and I would like to create a nice pick list based on user's input. I have all working except for scrolling a long list. using css overflow:auto works fine on a browser but it seems that my tablet (android ICS) will not show the scroll bars. It will scroll but there is no indication that scrolling will work. How can I make this work?
Thanks.