You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: