Hi, in home page of my app i have a list of post's from my blog. This list is close in a <ul> </ul> (oviusly there are <li> for any post). This ul have specific dimensions, so i have add overflow:auto in my css for this element.
Now i have a problem, i tested my app on my iphone as native and i see that the scroll of the list is very strange, not fluid or clean. How? It's a bad thing, the app isn't usable in this situation.
Any idea?
Thanks for any sugestions!
PS: i try to use the deprecate
$.mobile.touchOverflowEnabled = true;
but nothing.