I am working on an iPad app that includes a jQuery widget with both horizontal and vertical scrolling functionality. I want to disable vertical scrolling via touch events while still allowing users to scroll vertically using buttons (such as a slider).
Is there a way to prevent vertical touch scrolling but retain horizontal touch scrolling? Any suggestions?