标签: javascript html css android-browser
我有一个用户drag的滑块。 它适用于计算机。但移动浏览器中没有任何事情发生。
drag
所以我想在手机中处理touches的拖拽。 感谢。
touches
答案 0 :(得分:1)
您最有可能想要使用touchstart touchmove和touchend。其他鼠标事件(如click)仍然有效。
touchstart
touchmove
touchend
click