Switch focus from react native Textinput to react-native-rich-editor text area not opening the keyboard on both ios and android
Bug description
iOS : When you switch the cursor from react native Textinput to react-native-rich-editor text area, the keyboard will be close and then open again. This issue is only first time when enter in screen where we use react-native-rich-editor. If you on that screen and switch cursor from react native Textinput to react-native-rich-editor text area or vice versa for many time all will be working as expected.
Android : When you switch the cursor from react native Textinput to react-native-rich-editor text area, the keyboard will be hidden. You need to click react-native-rich-editor text area again to pop up the keyboard.
"react-native": "0.68.5" "react-native-pell-rich-editor": "1.8.8" "react-native-webview": "11.23.1"
Check below video :
https://github.com/wxik/react-native-rich-editor/assets/117060854/0f8f61d0-ade8-44ae-bb2e-11a0d545dea5
https://github.com/wxik/react-native-rich-editor/assets/117060854/ebd883a2-0395-4746-9786-771f279ff351
I am experiencing the same issue in my expo react-native project. But I am facing in android os and not in the ios os. Did you find any solution for this @BhavyaCodeAlchemy
Also running into this problem on Android with RichEditor.
I am experiencing the same issue in my expo react-native project. But I am facing in android os and not in the ios os. Did you find any solution for this @BhavyaCodeAlchemy
@chimiWangchukWangdi I'm sorry to say that, despite my best efforts, I can't find any solution for this issue.
ScrollView set keyboardShouldPersistTaps="always"