-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
.scrollTo() work too slow on Android #2496
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! For more information on bots in this reporsitory, read this discussion. |
активный |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! For more information on bots in this reporsitory, read this discussion. |
noooo |
We have the same issue, while on iOS scroll works smooth and fast - it does not do so on Android |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! For more information on bots in this reporsitory, read this discussion. |
@retyui On Android we've decided to prefer accuracy over smoothness. When the scroll happens too fast, acceleration catches up and the scrolling continues uncontrollably due to a subsequent fling. However, we might allow for a speed factor parameter (slow = default vs. fast). Would that work in your use case? |
@d4vidi joining this as I would love to see a speedier scroll on Android emulators! Also, both the |
@KatieSnell-TomTom please try to follow #2787, if you think it matches your scenarios. If it does, feel free to submit your artifacts and use case details as well, there. |
Describe the bug
I've just added Detox to my App, using a debug build I run a test with scroll to bottom action. And it seems very laggy
To Reproduce
Steps to reproduce:
Expected behavior
Scroll action works without laggy
Screenshots
Device and Verbose Detox Logs
Environment (please complete the following information):
jest-circus
The text was updated successfully, but these errors were encountered: