-
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
InputAccessoryView only rarely responds to touch #20255
Comments
Can you please provide a minimal reproduction? No need to share your proprietary code, as you should be able to reproduce the issue on a brand new project. |
@calebnelson Are elements inside accessory view enclosed in |
@calebnelson any news about this? |
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 a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Environment
React Native Environment Info:
System:
OS: macOS High Sierra 10.13.6
CPU: x64 Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz
Memory: 458.40 MB / 8.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 8.9.4 - /usr/local/bin/node
Yarn: 1.3.2 - /usr/local/bin/yarn
npm: 5.8.0 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 11.4, macOS 10.13, tvOS 11.4, watchOS 4.3
IDEs:
Xcode: 9.4.1/9F2000 - /usr/bin/xcodebuild
npmPackages:
react: ^16.3.2 => 16.3.2
react-native: 0.56 => 0.56.0
npmGlobalPackages:
create-react-native-app: 0.0.6
react-native-cli: 2.0.1
react-native-git-upgrade: 0.2.7
Description
I have a simple InputAccessoryView of TouchableOpacities to navigate a gradebook table of TextInputs as pictured here. However, this InputAccessoryView does not respond to touch very well at all. Most of the time, the keyboard closes immediately when one of the opacities is touched, sometimes it does nothing, and only very rarely is the onPress callback called.
Reproducible Demo
Unfortunately I can't share my code as it's proprietary, but I have around 160 of these TextInputs with accessory views in a table, so perhaps the problem lies in the number of views I'm creating
The text was updated successfully, but these errors were encountered: