Android scroll performance is really bad IF text selection is enabled
See original GitHub issueProblem
There was a regression in Android scroll speed. On 8/25 the scroll speed was acceptable, and on the latest master
is really slow.
Solution
Run a git bisect
and figure out what broke it
cc @quinthar
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
How to fix Android Phone scrolling problem-Carlcare
From there, find and select the app with scrolling problems. (E.g YouTube or Chrome). Finally, tap Clear cache, then tap Clear storage.
Read more >Slow rendering - Android Developers
Rendering performance: UI Thread ... If Record View#draw is taking a long time, it's often the case that a bitmap is being painted...
Read more >Disable Webview scrolling and enable text selection [duplicate]
1 Answer 1 ... You can try the code below: mTestWebView.setOnScrollChangeListener(new View.OnScrollChangeListener() { @Override public void onScrollChange(View v, ...
Read more >The 15 Best Android Developer Options Worth Tweaking
You can enable this setting if you want to experience the awful performance that killing every app brings, but you shouldn't leave it...
Read more >Take control of your scroll - customizing pull-to-refresh and ...
Turns out this behavior is called scroll chaining; the browser's default behavior when scrolling content. Oftentimes the default is pretty nice, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Actually going to go LOW, as I don’t even know that this is important for genuine day to day usage. I have a lot of Android apps that can’t select text
tl;dr: The contractor has recreated the issue and is looking into fixes for RN core.
Here is the current conversation: