views:

398

answers:

3

I have tried so many different things and I keep searching but I find nothing!

Help anyone?

+2  A: 

See if this helps, the guy says the div must have a fixed size: http://uxebu.com/blog/2010/04/27/touchscroll-a-scrolling-layer-for-webkit-mobile/

If that's not what you are looking for, you might also check out jqtouch and things like this jqt.scroll extension: (sorry, I can only post 1 link apparently, look for jqt.scroll.js on this site: code.google.com/p/jqextensions/ )

edtechdev
I haven't tried this yet, I found another one which works great... but not for scrolling inside a div. I'm about to try that link you sent it sounds perfect for what I want to do. ill let you know how that goes
cat
+1  A: 

I've had great luck with this on all browsers and platforms - including iPad: http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html

But, really it is just fancy-ing up the basic overflow: auto effect on an element

Michael
A: 

iScroll: http://cubiq.org/scrolling-div-on-iphone-ipod-touch

Looks/Works just like the native controls that have one-finger scrolling.

webXL