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?
Here is my html code and I want to make scrollable the subcategories_div
div.
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?
Here is my html code and I want to make scrollable the subcategories_div
div.
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.