蚂蚁列表菜单用的iscroll.js实现的菜单滚动。其实搜索iscroll就能看到类似的问题解决方法,多动手。
打开/m/template/category_list.html,在head标签里加上
1
|
<script>window.PointerEvent = undefined</script>
|
就解决下滑卡顿的问题了
22-07-04发布来源:来自网络
蚂蚁列表菜单用的iscroll.js实现的菜单滚动。其实搜索iscroll就能看到类似的问题解决方法,多动手。
打开/m/template/category_list.html,在head标签里加上
1
|
<script>window.PointerEvent = undefined</script>
|
就解决下滑卡顿的问题了