jQuery Tools Scrollable on touch disable vertical scroll

柔情痞子 提交于 2020-01-02 21:56:41

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!