-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
On Android, when debugging, clicking on a clickable does nothing a few times #29083
Comments
|
Can you provide a Snack or a snippet of the clickable content in question? |
@chrisglein I was going to create a new issue, but seems like this one is exactly that's happening in our projects. Reproduction repo: https://github.com/vsheyanov/touch-opacity-issue It happens only when debugging on 2 Physical Android devices (Galaxy S7 & One Plus 7).
|
I confirm this on one plus 6t it happend in release build too |
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. |
This issue was closed because the author hasn't provided the requested feedback after 7 days. |
Description
On Android, when debugging, If there is anything clickable, a button, a title bar button, an TouchableOpacity, the clicks don't work for many few times. After a few clicks, the click's action finally works (screen change, function is called, etc..)
React Native version:
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
Expected Results
When I click on something, it should trigger the event/action. It does not
The text was updated successfully, but these errors were encountered: