区分 Javascript 中的触摸和交换事件
我有一个用于交换图像的图片库。在画廊中,我使用了 touchstart、touchmove、touchend 和 touchcancel 事件。但现在我还需要处理触摸事件。那么,我应该在移动设备上分别区分触摸和交换事件吗?
I have a image gallery which I used for swaping images. In gallery I used touchstart, touchmove, touchend and touchcancel events. But now I need to handle the touch event as well. So, I do I differentiate the touch and swap event separately on mobile devices?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我正在使用这个技巧:
I'm using this trick: