lanjingling0510 / react-mobile-datepicker

🙊 👻 look a demo, Please imitate mobile environment.
https://codepen.io/lanjingling0510/pen/LRpOYp?editors=1010
MIT License
301 stars 145 forks source link

某些情况下不能滑动 #9

Closed neil-i closed 7 years ago

neil-i commented 7 years ago

在 android4.4 下 webview 被放大或者滚动,控件就不能滑动!

lanjingling0510 commented 7 years ago

@neil-i app封装的webview?

neil-i commented 7 years ago

用原生的 浏览器 也是同样的情况

neil-i commented 7 years ago

您这个工程有什么办法是我可以下载到源码编辑的么?

lanjingling0510 commented 7 years ago

@neil-i git clone https://github.com/lanjingling0510/react-mobile-datepicker.git npm install npm start

neil-i commented 7 years ago

hi,我知道如何修改了,但是具体原因我不是很清楚 在handleStart、Move、End 方法中,修改成这样 event.changedTouches[0].pageY || event.pageY 您有时间能不能修复下这个 bug,我们工程也好尽快更新库! thx (^_^)

lanjingling0510 commented 7 years ago

@neil-i 好,我看一下,争取明天解决

lanjingling0510 commented 7 years ago

@neil-i v3.0.5已经解决这个问题