iOS5 scrolling
iOS5 introduced a new CSS property for allowing sections of content to be fluidly scrolled. We’ve integrated this into jQTouch and made it even easier: Just add a class of .scroll
onto your element, and it will vertically flex (so items around the div, like .toolbar
are automatically pushed to the top/bottom) and become scrollable.
Because this is an experimental feature, it can be disabled by setting useTouchScroll: false
in the initialization options.