Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to implement circular scrolling #502

Open
asmaaRashad93 opened this issue Jul 31, 2021 · 1 comment
Open

How to implement circular scrolling #502

asmaaRashad93 opened this issue Jul 31, 2021 · 1 comment

Comments

@asmaaRashad93
Copy link

How to implement circular scrolling , when the scroll is at the last item repeat scrolling from the first item as appended to the list like tat
1
2
3
4
1
2
3

@ghenry22
Copy link

You would have to combine this with something like Ionic's infinite scroll (or some other equivalent) that loads more records when you reach the end of the list, then you just reload your original array again as the new records.

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

No branches or pull requests

2 participants