-
Notifications
You must be signed in to change notification settings - Fork 7
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
Touch Support #4
Comments
Thank for the suggestion. I will search how to implement it. |
Would you be interested in a branch that moves from attaching scroll event handlers to periodically checking if a reference 'bottom' element is in view? I hacked together the functionality in my project this way after finding the available solutions bloated, broken, or insufficient. |
Cool, can you have merge request of it? |
Sure, it'll take a bit of time to generalize the solution and make it a drop in replacement for event-infinite-scroll. |
After messing with the source, it looks like the method I used for my own component requires more strict usage than that of event-infinite-scroll. |
Lazy loading content is most helpful on devices with constrained bandwidth and performance, why not suppport mobile devices where this would benefit them best?
The text was updated successfully, but these errors were encountered: