-
-
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
Textinput is hidden on Android #578
Comments
same issue on android too |
I've fixed by this way : In GiftedChat, comment in resetInputToolbar()
And in onInputSizeChanged comment all content ! After that it's working, and there are no side effect for me ! |
The way I finally got it to work was by using react-native-keyboard-spacer in the same View as GiftedChat. As suggested by @llamaluvr:
Works perfectly every time |
@davista123 Thanks! This solution works for me as well. |
Thanks @davista123. Works great! |
@davista123 love you man, i was spending 2 month to fix this bug |
Just added this issue on README: |
btw, it's not just issue with android, i have this issue with ios |
Please see here: #680 (comment) |
@davista123 solution still works extremely well with RN 0.55 |
@davista123 worked perfectly, thank you thank you thank you |
At least without Expo KeyboardSpacer just duplicates the behaviour in Android. I'm still seeing the keyboard covering the textinput randomly in Android. Would really, really like to have a solution to this. |
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. |
Hi, Thanks |
Issue Description
Hi , i use react-native-gifted-chat on IOS and everythings work but on android, when i tap on the textinput, the keyboard rise up, le textinput too, everythings good but when i tap a letter, the textinput disappears (being the keyboard i suppose!
The text was updated successfully, but these errors were encountered: