wangdahoo / vue-scroller

Scroller Component for Vue.js
https://wangdahoo.github.io/vue-scroller/
1.79k stars 387 forks source link

scroll 组件里面用 textrarea 表单,不能滑动或者滚动 #94

Open Paulhejia opened 7 years ago

Paulhejia commented 7 years ago

image image 改成 这样就能 兼容了 touchMove(){

if (e.target.tagName.match(/input|textarea|select/i)) { return }else{ e.preventDefault(); } this.scroller.doTouchMove(e.touches, e.timeStamp) }

clll7 commented 6 years ago

不好使啊