ant-design / ant-design-mobile

Essential UI blocks for building mobile web apps.
https://mobile.ant.design
MIT License
11.61k stars 2.39k forks source link

antd mobile ListView 长列表有滚动上限,ScrollTo不能超过屏幕高度 #3762

Closed minicloudsky closed 2 years ago

minicloudsky commented 3 years ago

Reproduction link

https://mobile.ant.design/components/list-view-cn/

Steps to reproduce

在pageAnt无限滚动翻页到第10页,从 pageA切换到pageB,然后再切换回pageA,但是仍然是停留在第一页

What is expected?

预期可以记录切换tab页之前的滚动位置

What is actually happening?

实际是切换回去时候ScrollTo只能停留在屏幕最大高度位置

Environment Info
antd 2.3.2
React 16.12.0
System win10
Browser chrome 87.0.4280.88

想用antd mobile 实现在移动端实现无限滚动,切换页面后返回,仍然可以停留在之前滚动到的位置,这样可以避免用户需要重复翻页

l20 commented 3 years ago

滚动到底部会闪屏这咋解决啊?

awmleer commented 2 years ago

建议升级到 v5 的 InfiniteScroll 组件: https://next.mobile.ant.design/components/infinite-scroll