-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebView is focused and keyboard is shown automatically on iOS #304
Comments
trying to solve this too |
Fixed 'initialFocus={false}' not taking effect |
There is one thing with the default properties now. You set the initialFocus in RichEditor.js to |
@Letty Thank you very much.I haven't maintained it for a year, and Example has been upgraded to the latest RN version in a hurry.I ignored some problems when changing this problem |
No worries :) I just noticed it, because i added the changes to my fork. (Which is an attempt to rewrite it as a functional component in typescript.) |
1. wxik/react-native-rich-editor#304 2. update examples to typescript
When opening a screen with
<RichEditor />
, the keyboard is shown and the WebView is focused automatically on iOS, but not on Android.I have tried adding
initialFocus={false}
with the same result.Is there a way to not automatically focus on the editor on iOS?
The text was updated successfully, but these errors were encountered: