-
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
onResponderRelease not working on Android #11418
Comments
for information, this issue reopens this one : #8177 |
Same problem here. I'm getting the onResponderGrant event just fine, but the onResponderRelease doesn't fire (at least not consistently; if I do fast jittery movements the event sometimes fires). To clarify:
RN version: 0.38.1 |
|
Has anyone found a work around yet? |
Should intercept the touch event before release can be intercepted.
|
+1 - on RN 0.43.3 @scotbond tried setting onStartShouldSetResponder, but didn't fix it. |
same +1. I ended up using the following to keep track
|
Hi there! This issue is being closed because it has been inactive for a while. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. Either way, we're automatically closing issues after a period of inactivity. Please do not take it personally! If you think this issue should definitely remain open, please let us know. The following information is helpful when it comes to determining if the issue should be re-opened:
If you would like to work on a patch to fix the issue, contributions are very welcome! Read through the contribution guide, and feel free to hop into #react-native if you need help planning your contribution. |
same with [email protected] |
This is still not working! RN- 0.48 |
Same issue 0.49.3 😢 I used |
Still not fixed on 0.51.0 |
I want to use this feature to solve the problem that mapView inside scrollview . |
Me too even in last version 0.54 |
here is some code I used , may help someone whose MapView in Scrollview.
then In ReactNative , You need not handle touch event to block scollView scoll, otherwise It may cause error.
|
Description
onResponderRelease is not triggered in a ScrollView on Android, it works fine on IOS.
Reproduction
Just bind something on the 'onResponderRelease', it will work on IOS, not on Android
Exemple here : https://rnplay.org/apps/2rkKsA
Additional Information
The text was updated successfully, but these errors were encountered: