-
Notifications
You must be signed in to change notification settings - Fork 2.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
iOS Swiping last page triggers click #698
Comments
any progress about this issue? |
Looks like this issue has not been resolved yet. |
Managed to prevent catching the onPress by: |
A hacky way to do this - Differentiate tap and swipe by checking tap locationX. If same location, tap. Different location, swipe. Feel free to adjust the +-5 threshold
|
Which OS ?
iOS
Version
Which versions are you using:
Expected behaviour
When I try to swipe first page to the left or last page to the right, I expect to see scroll borders.
Actual behaviour
Instead of displaying scroll border, the onClick action is triggered
Steps to reproduce
loop={false}
The text was updated successfully, but these errors were encountered: