Skip to content
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

The button touch is not natural. #260

Open
code918 opened this issue Feb 3, 2021 · 1 comment
Open

The button touch is not natural. #260

code918 opened this issue Feb 3, 2021 · 1 comment

Comments

@code918
Copy link

code918 commented Feb 3, 2021

I received a report from a customer that the touch requires multiple presses to work.
Before that, I wasn't aware of it, but my tests showed that I needed to touch the button very carefully to make it work.
In particular, this is what happens on Android.
This is related to the touch gesture.
Pressing the button and moving it slightly does not cause the push action.
Very sensitive.
There seems to be a solution to change the touchable package as a way to solve this problem.
It is resolved by changing the package from 'react-native' to 'react-native-gesture-handler'.
But I didn't have the ability to modify it, so I couldn't change it and gave up using this library.
Be careful when anyone uses this library.

@wandizer
Copy link

wandizer commented Mar 1, 2022

Yes, I have the exact same issue on Android, not only the buttons inside, but also theh onTouchOutside doesn't seem to be registering for 1 sec or 2 when the modal shows up. (On Android only).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants