-
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
PanResponder behaves abnormal in android #15506
Comments
ok, i find the reason. Do not use an image to be a panResponder. |
@facebook-github-bot no-template |
1 similar comment
@facebook-github-bot no-template |
Hey, thanks for reporting this issue! It looks like your description is missing some necessary information, or the list of reproduction steps is not complete. Can you please add all the details specified in the Issue Template? This is necessary for people to be able to understand and reproduce the issue being reported. I am going to close this, but feel free to open a new issue with the additional information provided. Thanks! See "What to Expect from Maintainers" to learn more. |
Hey, thanks for reporting this issue! It looks like your description is missing some necessary information, or the list of reproduction steps is not complete. Can you please add all the details specified in the Issue Template? This is necessary for people to be able to understand and reproduce the issue being reported. I am going to close this, but feel free to open a new issue with the additional information provided. Thanks! See "What to Expect from Maintainers" to learn more. |
i use panReponder to make a floating button. And user can drag and place it to any place in screen.
i use panResponder, it works fine in iOS devices.
But when in android it is abnormal:
!!!!!!!!!!!!!!!!!!!!!!
when i drag the button, it soon to the function onPanResponderTerminate.
And the refresh component soon appear down.But if there are no scrollable component in background, it works fine.
i try the function onResponderTerminationRequest. How it even not into the function.
And i try to log the event.nativeEvent.locationX, it also not changes when i move my figure.
HELP ! Thanks a lot !
The text was updated successfully, but these errors were encountered: