imnapo / react-native-cn-richtext-editor

Richtext editor for react native
MIT License
218 stars 114 forks source link

Cannot listen to onFocus on WebView version (2.0.0-rc3) #138

Open RanderGabriel opened 4 years ago

RanderGabriel commented 4 years ago

I'm trying to make a form that has a rich text field, and i'm trying to listen for keyboard events (such as keyboardDidShow and keyboardDidHide) to hide the toolbar when the user is not typing. In the next version, however, when the keyboard opens on iOS the didShow event is not triggered. The onFocus and onBlur props is also not called when we focus the input. If the blur/focus props were called or if the keyboard events were fired i could intercept that. Is there any other way to achieve what i'm trying?

This library is amazing, congratulations for your good work

GrzegorzBrdej commented 4 years ago

I would like to know this as well. Also onBlur handler would be useful.

luizppa commented 4 years ago

Same problem here.

188188 commented 3 years ago

Same problem here.