AigeStudio / WheelPicker

Simple and fantastic wheel view in realistic effect for android.
Apache License 2.0
2.56k stars 519 forks source link

快速滑动的过程中,手指触摸,滑动马上停止,此时无法选中最近的选项 #78

Open wujiangyong2014 opened 7 years ago

wujiangyong2014 commented 7 years ago

应该是部分机型有此问题(机型 Android版本) 正常:HUAWEI NEM-AL10 6.0,HUAWEI TIT-TL00 5.1 异常:vivo Y51 5.1.1,SM-G9009W 5.0(Galaxy S5),SM-N9200(Galaxy Note5) 6.0.1

addappcn commented 7 years ago

附加的demo apk 没有问题 通过源码编译出的apk 有这问题 我认为是两个apk代码 不一样

wujiangyong2014 commented 7 years ago

解决方案: WheelPicker 的 onTouchEvent MotionEvent.ACTION_UP中将if (isClick) break;删除即可 https://github.com/AigeStudio/WheelPicker/blob/master/WheelPicker/src/main/java/com/aigestudio/wheelpicker/WheelPicker.java 代码第713行