-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Message not scroll smoothly when Keyboard open and close #2191
Comments
Same here |
just build in release mode |
i tested in release mode, still problem with android, ios work good |
same here |
What should we do? |
i see the log of metro and I see the screen re-render 4 times when keyboard show, i think better we need to use wix keyboard input |
test the demo with android simulator( not m1), it's took delay when press to show keyboard first time, but very smooth animation |
Any solutions? |
any solution gaesss?? |
@hotaryuzaki unfortunately, I also did not find solutions to this problem, so I had to abandon the use of this library, but it did not turn out to be a big problem, since all the components were already custom (text, images, time, send/read tick marks, etc.). So I just use FlatList and it works fine |
Yes maybe it is better to create the UI by ourselves. I tried tricky fix with keyboard event but sadly android didn't have keyboardWillShow and keyboardWillHide. For more investigation, what I found this problem just occurred in Android 10 and below. And maybe next week I will create touch/scroll event outside the keyboard, for this I think I can set windowSoftInputMode to adjustPan then hide the keyboard by using keyboard.dismiss(). |
Any solutions? :( |
the solution is |
@fukemy Could you be more specific? |
i just used reanimated for smooth animation. but flatlist reload everytime when scroll and it make performance problem |
big issue for me too. |
Hi Please try my PR
|
Issue Description
when keyboard open messages did not goes smoothly with keyboard rather take time .
Expected Results
Should move smoothly when keyboard open or close
Additional Information
The text was updated successfully, but these errors were encountered: