I have a similiar slider to the one on jquerytools.org
But how do I disable vertical touch events on the slider? This is quite a problem when the slider on portrait mode takes up nearly the whole screen estate.
I tried
$("#flowpanes").scrollable({ circular: true, easing: 'swing', vertical: false })
but that doesn’t work.
Does anyone have a solution?