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 ?
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 https://github.com/FaridSafi/react-native-gifted-chat/pull/332
Can you please use master and let me know if this is resolved?
@kfiroo doesn't fix, I tried manually before it was merged.
Also have tried #327 to no avail.
I have a GiftedChat component inside a react-native-scrollable-tab-view if that is any help
@morelazers try setting keyboardShouldPersistTaps='always' in contentProps prop of your react-native-scrollable-tab-view
@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
Most helpful comment
@morelazers try setting
keyboardShouldPersistTaps='always'incontentPropsprop of yourreact-native-scrollable-tab-view