-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[iOS] Multiple TextInput components inside a ScrollView - Keyboard not closing on Keyboard.dismiss() #19125
Comments
only ios |
I'm seeing the same thing, on Android only. I have in AndroidManifest.xml, |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions. |
Hey bot, here's some activity. |
hi guys, any updates on this issue? |
Hello there 👋 by using the repro / the list of steps to reproduce, we can't actually see the reported bug on RN 0.59 so we'll close this issue. It may have something to do with your local setup, please double check that you are using the correct version of Android Studio / XCode / Android NDK / Yarn / etc. |
Having multiple TextInputs inside a ScrollView with
keyboardShouldPersistTaps="handled"
will prevent Keyboard from closing.Environment
Environment:
OS: macOS High Sierra 10.13.3
Node: 8.9.0
Yarn: 1.2.1
npm: 5.8.0
Watchman: 4.9.0
Xcode: Xcode 9.3 Build version 9E145
Android Studio: 2.3 AI-162.4069837
Packages: (wanted => installed)
react: 16.3.1 => 16.3.1
react-native: 0.55.2 => 0.55.2
Steps to Reproduce
Tap on the first TextInput, after Keyboard was shown, tap on the second one. Then tap on the button.
Expected Behavior
Keyboard should hide after button tap
Actual Behavior
Keyboard is not being hidden
The text was updated successfully, but these errors were encountered: