-
Notifications
You must be signed in to change notification settings - Fork 9
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
Android: textinput is really slow in Android 13 #464
Comments
Notes: Hoping that SDK 47 (with upgrades React and React Native) fixes this. I can't test Android 13 on my phone. We also seem to experiencing other issues with Android 13, but again SDK 47 may help here, and we've also added Sentry support for better debugging. |
Note from Expo discord:
On machine comments, we have:
which is using value and not defaultValue, and we use onChangeText (is that working as each letter is typed?). More: https://dev.to/kevinkh89/how-to-solve-input-delay-lagging-in-react-j2o old issue that still affects people facebook/react-native#20119 |
Yes, |
Note: we now have Android 13 in an emulator, and one more tester (with another to come soon). The emulator and the 2nd tester are not experiencing this issue. Still unknown if the 1st tester is still experiencing this with the |
@RyanTG do you have any ideas for this? I have the same issue. |
@RyanTG I have changed the value prop to defaultValue prop, it works fine on the Pixel devices but not on Samsung devices running on Android 13. Our clients are experiencing this issue with our apps. |
Shoot. We haven’t thoroughly tested too many devices, but will check and see if we’re still experiencing this with Samsungs. I know Beth here had an idea about using ref (but she was throwing out ideas and we didn’t try it yet). To quote our private chat:
|
@RyanTG We will try this solution: set the value to a ref in |
@Phong-TH - Any example? |
Android 13 was just released. We got a user report that the app bogs down bigtime while typing machine comments.
And I saw another report (on an Expo chat) where someone experienced this. So, it might be a known issue. I do not know the solution yet.
Also, I have a feeling that my Android testing phone might be too old to get Android 13. So I might have trouble testing this. But I'll check.
The text was updated successfully, but these errors were encountered: