Rahim-Chan/taro-listview

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

Opened this issue · 4 comments

页面初始化的时候

1589264192(1)

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

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

页面初始化的时候

1589264192(1)

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

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

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

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

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

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

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