react-pullLoad
react-pullLoad copied to clipboard
React component pull down refresh and pull up load more
``` // App.tsx ``` 
感觉可以在 ```js addEvent(this.refs.container, "touchmove", this.onTouchMove) ``` 加上throttle
再react中使用的时候 第一次下拉刷新 是没问题的 第二次下拉刷新的 下拉被卡主了 这种情况在ios12上出现了
You should add two more parameters for whether to disable dropdown updates and rollup loads
demo1上拉 卡顿
在多tab项目中,左右滑动的同时怎么禁止上下滑动?
我用android手机是没有问题的,用iphoneX测试的时候非常难滑动会有冲突。该怎么解决
pull-load-body 一直带有transition属性 导致下拉刷新时下拉动作有极大延迟