You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched and made sure there are no existing issues for the issue I am filing
I have searched the existing issues
Description
There is currently no way to disable the animation when using scrollToTop and scrollToBottom.
Solution
It can be changed while keeping backwards compatibility 👍 Not sure if Android also allows this, so it could be added parity. To move fast, I would like to add iOS first and then add Android later if anyone needs it as well.
Alternatives
No response
Platforms
iOS
The text was updated successfully, but these errors were encountered:
Animated vertical scrolling bugs mentioned above were solved by disabling the smooth scrolling animation. It now immediately jumps to the given position. This appears to be a Google bug in their Java NestedScrollView class.
That said: It works for me like this but it should be default false of course and we might need to add that note to the README. Just in case:
I have searched and made sure there are no existing issues for the issue I am filing
Description
There is currently no way to disable the animation when using
scrollToTop
andscrollToBottom
.Solution
It can be changed while keeping backwards compatibility 👍 Not sure if Android also allows this, so it could be added parity. To move fast, I would like to add iOS first and then add Android later if anyone needs it as well.
Alternatives
No response
Platforms
iOS
The text was updated successfully, but these errors were encountered: