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

Require scroll event to execute action when list is completely scrolled #1632

Open
mehsaandev opened this issue Sep 17, 2024 · 0 comments
Open
Assignees

Comments

@mehsaandev
Copy link

Here's my use case.

image

In this image I have multiple tabs and each tab has list of food items. When I have completely scrolled the food items and it reaches to the end, now when I scroll it'll switch to another tab automatically. Rather than switching the tab by clicking on the next tab, it should switch to next tab automatically which will require event call.

Edge Cases:

  • In this image I have only 1 item in first category. Which means I am currently viewing last item. Now I require another scroll in order to switch the tab. It's not like I am reached to the end of the items then it should automatically switch to another tab because in this case if I switch to another tab just to see that I am viewing last item of list then if If all tabs have 1 item only and I switch to 1st tab then it'll automatically move to the last tab.
  • After reaching the end, it will require another scroll to abrumpty switch to another tab.
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