react-native-rich-editor icon indicating copy to clipboard operation
react-native-rich-editor copied to clipboard

Switch focus from react native Textinput to react-native-rich-editor text area not opening the keyboard on both ios and android

Open BhavyaCodeAlchemy opened this issue 2 years ago • 4 comments

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

BhavyaCodeAlchemy avatar Jul 05 '23 12:07 BhavyaCodeAlchemy

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 avatar Oct 07 '23 06:10 chimiWangchukWangdi

Also running into this problem on Android with RichEditor.

danviizr avatar Oct 12 '23 14:10 danviizr

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.

BhavyaCodeAlchemy avatar Oct 27 '23 07:10 BhavyaCodeAlchemy

ScrollView set keyboardShouldPersistTaps="always"

petitspois avatar Nov 20 '23 06:11 petitspois