-
Notifications
You must be signed in to change notification settings - Fork 294
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
BUG infinite request on (change) #20
Comments
Related to #19. Working on it. |
Nice, i cant wait !!! :-D |
the way I have worked around this is only do the next fetch of chunk when I have not requested the previous starting point in chunk... to elaborate, i created a set of values going into the below method, if my set size increases while while adding the element to the set, then i call the below, else i don't fetch the next chunk.
this has worked for me, in not fetching duplicates. hope this gives some ideas to avoid the duplication, until it is fixed in the library by rintoj. good work otherwise Rintoj! thanks! |
@istiti, @gnasit, Thanks for helping me. I have added two new events: Please see the updated documentation |
Fix is available with v0.1.3 |
I succed to use your module, FINALLY ! :)
I simply use your demo to load more chunk when scrolling but it seems big bug when scroll fast or drag scrollbar until bottom, look here my gif:
code:
exactly the same as your demo
browser:
bug on chrome and firefox
The text was updated successfully, but these errors were encountered: