How to fetchPreviousPage in infinite scroll example #517
Unanswered
derochedesign
asked this question in
Q&A
Replies: 1 comment
-
when scrolling back to top of the list you want to fetch previous page, by checking fist item. Reversed loading is bit tricky, checkout this discussions #195 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all, in the infinite scroll example it uses essentially this:
to determine when to fetch the next page of information. I'm wondering how to do the opposite, aka detect when to fetch the previous page. I've tried this:
but, although this does seem to work well at first, it starts to become less reliable (such as when zooming the webpage out to 30%)
Am I on the right track with this or is there something I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions