问题
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?
来源:https://stackoverflow.com/questions/9836802/jquery-tools-scrollable-on-touch-disable-vertical-scroll