TouchPunch使用jquery UI排序onclick事件(仅限移动设备)

时间:2016-12-24 08:18:13

标签: javascript jquery mobile onclick jquery-ui-touch-punch

我正在使用带有TouchPunch的Jquery UI来实现移动兼容性,并且它似乎阻止了仅在移动设备上的无序列表项中的div的onclick事件。这是我试过的:

  • 设置距离,因此有一个10像素的死区,但没有用。
  • 使用onclick事件设置div以在jquery ui中取消,因此它不适用于移动li,没有运气。
  • 在这里的几个不同线程上建议的touchpuch中编辑simulateMouseEvent。这也不起作用。

    我注意到一个奇怪的行为,似乎当我点击div的最底部并点击事件时,它会触发。我使用chrome通过远程设备连接到我的手机并查看正在生成的源代码,但div的大小是正常的。我能够在jsfiddle中重现问题,即使它不适合移动设备(我使用的是Galaxy S6)。

JS Fiddle Link

//Please ignore this code block. Look at the JS Fiddle link above. Stack overflow requires some code if there is a link to jsfiddle in the post. In this case it is not necessary.

感谢任何帮助。

0 个答案:

没有答案