Replies: 1 comment
-
Probably related to #2506 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to a11y guidelines, the touch area on touch enabled devices should be minimum 44x44. I tried using the approach mentioned here: https://x.com/adamwathan/status/1735785489519534406?s=20
The problem is that whenever I click on the area outside, the
onPress
even of buttons do not get triggered.Kapture.2023-12-18.at.15.05.09.mp4
In the above video, you can see that clicking in the red region doesn't trigger anything.
Any idea how to approach this issue ?
Beta Was this translation helpful? Give feedback.
All reactions