-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Scroll Stuck in Support Library 26 #16
Comments
I am seeing the same issue |
Without any way that i could to reproduce it, i don't know how to help, the library is too generic, i don't know how people are exactly using it. If there's any project example that i could reproduce it, i might take a look. |
Thanks for the response; I am going to try to create and share a sample project if I have time. For the record, here is my config:
In our app, we have a scroll view that is nested inside another, full-screen scroll view. The nested scroll view has at least several pages worth of content. Once I scroll the nested view all the way to the bottom, I have to be very slow when scrolling up; any fling or rapid scroll of the nested view forces it to instantly reposition its content to the very end. Rolling the support libraries back to 25.4.0 while keeping the rest of the dependencies/config the same fixes the issue. |
@anup1245 @ddenisen @cesardeazevedo We've just encountered the same issue when one of my colleague updated his phone's firmware version while keeping on Android 8.0.0 yesterday, but it was working fine before that. Also all of my other colleagues on Android 8 don't have this issue. So the known breaking versions of our case are: Environments: Unexpected behaviour: |
Hi aforian, Great Library. Helped a lot with nested scroll issue @cesardeazevedo . |
Thanks so much for all the comments, after i update the library to work with support library 26, i could clearly see the issue. 🎉 This issue has been highly reported (#6, #14, #16), but i wasn't be able to reproduce it since i hadn't used support library 26, so i really apologize. I will merge #20 and make a new release soon. |
On fling, the scroll gets stuck to end of the list.
Happening on Support Library 26
The text was updated successfully, but these errors were encountered: