react-component / m-pull-to-refresh

React Mobile Pull To Refresh
http://react-component.github.io/m-pull-to-refresh/
164 stars 61 forks source link

手机端内容往下拉之后 往回滑会触发下拉加载 #24

Open liwan11123123 opened 6 years ago

liwan11123123 commented 6 years ago

136b1234-a1b5-4a1e-9299-09769a4d5071 我buzh不知道现在该如何处理这个问题

meooxx commented 5 years ago

我也在看 这个问题, 原因是你这个list部分超过容器了. 暂时解决方案 容器高度要确定 且小于 屏幕可视区, 简而言之 list不要太长触发容器的滚动, 给 pullrefresh 设定固定合适的高度, overflow 设置auto

Silious commented 3 years ago

可以参考rmc-list-view

biubiubiu-max commented 3 years ago

我也越到这个问题,我给子容器设置了固定高度,依然会出现