0

I can not make a scrolling div on android 2.3. Is there any trick to do it with html and css code? If not, how can I do it with javascript or jquery?

http://jsfiddle.net/3WbP8/

Here is my html code and I want to make scrollable the subcategories_div div.

giorgos
  • 1,771
  • 4
  • 15
  • 14

1 Answers1

0

As far as I am aware you cannot make a scrolling div on Android 2.x - see here and here.

For how to make a scrolling div on android 3.x and up, see here. There is also a javascript based example (touchscroll.js), but I have not personally tried it on 2.3 and below.

Community
  • 1
  • 1