Skip to content

fix the problem that the pull down refresh function fails when scrolling to the bottom#409

Closed
hangfgithub wants to merge 1 commit intoankeetmaini:masterfrom
hangfgithub:master
Closed

fix the problem that the pull down refresh function fails when scrolling to the bottom#409
hangfgithub wants to merge 1 commit intoankeetmaini:masterfrom
hangfgithub:master

Conversation

@hangfgithub
Copy link
Copy Markdown

fix the problem that the pull down refresh function fails when scrolling to the bottom.

Because after scrolling to the end, actionTriggered is set to true, when the pull-down refreshes, onStart will be triggered. At this time, lastScrollTop is considered to have a value, so it is returned

image

image

@iamdarshshah
Copy link
Copy Markdown
Collaborator

Thanks for the detailed diagnosis. The v7.0.0 rewrite removed lastScrollTop entirely and replaced the scroll-position comparison approach with touch/mouse delta tracking for pull-to-refresh, so this specific code path no longer exists. Closing as superseded.

If you'd like to keep contributing, check out the open issues or file a new one if you find something worth fixing. Looking forward to more contributions from you, let's make this the best infinite scroll library out there!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants