-
-
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
Send Button not working while Keyboard is open #290
Comments
I also have this problen! Have any idea to fix it? |
Same here |
textinpu blur first(keyborad close), then send button can be pressed, but I don't know how to resolve it |
I have this problem on Android too. RN 0.40 |
This PR should fix it #332 |
@morelazers try setting |
@kfiroo that got it, thank you so much!! |
thanks , I got it, too |
Wrap your GiftedChat with KeyboardAvoidingView. Will fix. I struggle the whole day. Turn out I wrap my Gifted chat in a Modal, some one wrap it in a Listview (cmt above), that wraper cause the proplem. |
Thanks @kfiroo this working for me |
On my iOS version of the App, when the keyboard is open it is not possible to hit the send button. When I try to press it it will close the keyboard instead of sending the message. On Android this works just fine. Once the Keyboard is closed I am able to press the send Button.
Do you have any Idea how to fix this ?
The text was updated successfully, but these errors were encountered: