Rahim-Chan / taro-listview

taro框架长列表方案 :集成下拉刷新、骨架屏、无限滚动、图片懒加载;
https://taro-listview-docs-aqi1r3dhf.vercel.app/
302 stars 61 forks source link

下拉加载数据之后顶部被遮挡 #34

Open heshuai326 opened 4 years ago

heshuai326 commented 4 years ago

页面初始化的时候

1589264192(1)

下拉一次之后回到顶部 无法回到最原始的位置(和搜索框无关)

1589264285(1) image 移动的y距离都为0

Rahim-Chan commented 4 years ago

页面初始化的时候

1589264192(1)

下拉一次之后回到顶部 无法回到最原始的位置(和搜索框无关)

1589264285(1) image 移动的y距离都为0

请提供版本号和示例代码; 我这边无法复现该情况!

BaronChiu commented 4 years ago

加了搜索框后下拉加载会出现被遮挡。。。

qizeng19 commented 4 years ago

我也是 在h5下面会出现同样的问题,报错:[Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted. ,但是使用鼠标滚轮是可以回到顶部的。。。不知道怎么办

BaronChiu commented 4 years ago

我也是 在h5下面会出现同样的问题,报错:[Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted. ,但是使用鼠标滚轮是可以回到顶部的。。。不知道怎么办

我给他动态设置屏幕可用高度解决的