Tencent / weui

A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.
https://weui.io
Other
27.18k stars 6.41k forks source link

使用fastclick时,checkbox的条目很难点中,需要在偏上方才能点中。 #85

Closed airyland closed 8 years ago

airyland commented 9 years ago

而不使用fastclick时,checkbox等控件对点击响应又比较慢。

progrape commented 9 years ago

可否提供可以访问的demo?看看是什么问题导致的

progrape commented 9 years ago

@airyland 使用fastclick时,checkbox很难点中的问题,fastclick的issue有讨论过,https://github.com/ftlabs/fastclick/issues/60

可以使用pointer-events: none处理点不中的问题。参考demo

fastclick

http://s.codepen.io/progrape/debug/vNQNyj

transtone commented 8 years ago

不只是 checkbox ,cell也是要偏上方点击才有效。