-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Bad scrolling on android 9 #22938
Comments
Can you run If you believe this information is irrelevant to the reported issue, you may write |
Updated |
It looks like you are using an older version of React Native. Please update to the latest release, v0.57 and verify if the issue still exists. The "⏪Old Version" label will be removed automatically once you edit your original post with the results of running |
It does exist with 0.57 |
React Native Environment Info: |
@esmatptr @felixus95 When I have a few images the scroll is extremely choppy (ScrollView or FlatList), are you experiencing this? Also Android 9.0 only #22744 |
I ran into the same problem on Android 9 .... |
RN 58 is said to resolve this issue. Fresh out the oven ;) |
on my oneplus with android 9 all the components (react FlatList, ScrollView, react-native-gesture-handler FlatList, recyclerlistview...) that i tried to behave like this... |
No, everything is still sad.... |
I was wrong :( It helped with the performance problem, not this specific problem |
#22925 in this I see the author say upgrade the react-native version is not fixed how to deal this .some experience? |
Have the same issue. I tried to use ReactScrollView.java (unfortunately can't update rn), but it didn't help. |
any updates on this? still exist in 59.8 |
any leads? |
@kabus202 Did u fixed it ,0.59.10 still exist |
@fangasvsass I'm still using 56.1 and it's working without any problems. Which android version/phone etc.. do u have? |
@kabus202 which file to 0.56.1 ? or revert react native version to 0.56.1 |
0.60.5 still exist, Android 9 only. |
I am using 0.61.2 version of react-native and this issue is only occurring in OnePlus 5T device. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
@r0b0t3d I've hit the same problem. Were you able to solve it? |
@piousdeer Not yet, I don't have much time. you could try this #22925 (comment). |
I am using react native 0.62.2 v and I can confirm this bad scrolling is not resolved. |
The problem is still happening with React Native 0.61.0 on Android Pixel 2XL (Android 10), Moto 4G (Android 7), etc. The good news is it is NOT happening on Samsung S8, S8 plus, Note 8, Huawei P20 Pro. I will get more phones to test it. However, it seems related to some particular phones which makes it hard to fix. @JoshuaGross @sammy-SC @Shaninnik @zertosh @mdvacca @makovkastar Do you guys have plan to fix it? |
@simonxcheng same problem on oneplus 5 |
same problem +1 |
After quickly browsing this thread I could not understand this issue and find a reproducible example. https://stackoverflow.com/help/how-to-ask would be beneficial closing the thread in favour of a newer issue with a clear explanation, title and reproducible example |
Any update on this issue? |
Still having the same issue on Android 9 with RN 0.64.3 |
hello, community,
|
still have same issue with RN 0.64.2 |
Same issue here, happens on a Samsung A33 |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
Environment:
OS: Windows 10
Node: 8.11.2
Yarn: 1.9.4
npm: 6.4.1
Watchman: Not Found
Xcode: N/A
Android Studio: Version 3.1.0.0 AI-173.4907809
Packages: (wanted => installed)
react: 16.0.0 => 16.0.0
react-native: ^0.54.0 => 0.54.4
Description
When trying to scroll up fast, the view starts scrolling in the opposite direction. (this is happening on Android 9 only and after releasing the finger)
The text was updated successfully, but these errors were encountered: