I'm trying to have two lists in a phonegap app on iOS that are scrollable, while there's no bounce, etc. I've set the UIWebBounce to false, and I've trapped the touch events so that only the relevant lists (via element ids) will respond to touch move, but if the list is empty or you're at about the last element of the list, then scrolling the list up scrolls the whole page up. iscroll did not seem to work for me, as it acted very weird in some quick tests.
So, the question is: has anyone gotten a single list or two to be scrollable in PhoneGap/ios while COMPLETELY avoiding scrolls of the whole page, and if so how?