jQuery Tools Scrollable on touch disable vertical scroll
Asked Answered
S

0

1

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?

Synchrocyclotron answered 23/3, 2012 at 9:33 Comment(2)
Ok, so there’s an official git issue: github.com/jquerytools/jquerytools/issues/711Synchrocyclotron
This helped me: #11940851Perch

© 2022 - 2024 — McMap. All rights reserved.