我正在使用带有TouchPunch的Jquery UI来实现移动兼容性,并且它似乎阻止了仅在移动设备上的无序列表项中的div的onclick事件。这是我试过的:
在这里的几个不同线程上建议的touchpuch中编辑simulateMouseEvent。这也不起作用。
我注意到一个奇怪的行为,似乎当我点击div的最底部并点击事件时,它会触发。我使用chrome通过远程设备连接到我的手机并查看正在生成的源代码,但div的大小是正常的。我能够在jsfiddle中重现问题,即使它不适合移动设备(我使用的是Galaxy S6)。
//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.
感谢任何帮助。