【发布时间】:2011-06-06 05:01:57
【问题描述】:
如何让 jQuery-UI 可排序功能在 iPad 和其他触控设备上运行?
http://jqueryui.com/demos/sortable/
我尝试将event.preventDefault();、event.cancelBubble=true; 和event.stopPropagation(); 与touchmove 和scroll 事件一起使用,但结果是页面不再滚动。
有什么想法吗?
【问题讨论】:
-
是否有错误报告?
标签: ipad jquery-ui scroll touch jquery-ui-sortable