Dafrok / vue-iscroll-view

IScroll-view component for Vue 2.x
https://dafrok.github.io/vue-iscroll-view
MIT License
148 stars 26 forks source link

pullUp为什么向上回滚也会触发? #31

Open cooper1x opened 5 years ago

cooper1x commented 5 years ago

向下滚动速度过慢触底不会执行,速度快一点会执行,但是快速上滑动也会执行,这个就很奇怪了。请问怎么解决呢?

Dafrok commented 5 years ago

复现不来,你用 devtool 还是真机?

cooper1x commented 5 years ago

@Dafrok chrome canary模拟手机端,然后会出现这个情况,而且触底的操作有时候不容易触发。 我后来对direction做判断,为1的时候表示下滑,然后发送请求数据。 如果能够设置在触底前一段距离就触发就更好了。

Dafrok commented 5 years ago

chrome 模拟好像是不太准,真机上目前还没遇到过这情况