wix-incubator / react-native-zss-rich-text-editor

React Native rich text editor based on ZSSRichTextEditor
Other
841 stars 311 forks source link

How to persist keyboard when disabling content editing on Android #157

Open ethanyuwang opened 5 years ago

ethanyuwang commented 5 years ago

On iOS, the keyboard still shows after I call disableContentEditing on the editor. However, on Android, the keyboard dismisses after I call disableContentEditing. I would like the same behaviour on Android. How should I achieve this?

hufans commented 5 years ago

do u find plz?

ethanyuwang commented 5 years ago

@hufans no I still have not found a solution to this unfortunately