b2nil / taro-ui-vue3

采用 Vue 3.0 重写的 Taro UI 组件库
https://b2nil.github.io/taro-ui-vue3/
MIT License
160 stars 51 forks source link

h5 AtSlider 组件不能滑动 #15

Closed b2nil closed 3 years ago

b2nil commented 4 years ago

AtSlider 组件不能正常滑动,打开浏览器开发工具后,才能滑动。

b2nil commented 4 years ago

AtInput, AtSearchBar 的清除按钮 (x) 也存在一样的问题。

b2nil commented 3 years ago

桌面版 chrome 没有 emit 触摸事件, 不算 bug。 浏览器开发工具里有设备模拟器, 因此在浏览器开发工具可以调试 touch events 的效果。

直接使用带有触摸屏的设备即可正常工作。