ftlabs / fastclick

Polyfill to remove click delays on browsers with touch UIs
MIT License
18.66k stars 3.23k forks source link

input can not be focused by fastclick.js #556

Open abchexuzheng opened 6 years ago

hongrunhui commented 6 years ago

in my oppo r11 ,I used fastclick as this:fastclick.attach(document.body); when i click the<input type="text">,and the keyboard could be up,but when i click other elements,the input's blur function was exculated,but the keyboard could not be down, when i delete the fastclick.attach(document.body);, it's ok!.

hongrunhui commented 6 years ago

It should be occured on android 7

hongrunhui commented 6 years ago

大兄弟,我这个问题跟你的还不一样,你是键盘起不来,我是收不回去,你可以试试。

GaryHos commented 6 years ago

楼上的两位兄台互补一下不

yipjianbo commented 5 years ago

Have anyone person fix this bug? (有老哥修复了这个bug吗?)

cuteSophia commented 4 years ago

我也起不来键盘,有人解决了吗?

GiteeTimo commented 4 years ago

同样