-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
implement the same behavior as Android api #1418
Comments
What is the behaviour of long pressing on the android version? |
the master branch at latest. |
There is no long press right now. What does the android version do when you long press? |
@petester42 thanks for your reply, I want to resolve conflict of gesture, now I put our smart chart inside react-native-swiper as one slide, and I want to implement that when I longPress at chart component, then sliding horizontally just trigger chart's behaviour while the whole slide tab don't be triggered. |
You could possibly do this with the I'm also unsure what you want from us. You want ChartViews to have a |
thanks for your patience. I think but now if I do it, the event of gesture will be captured from react-native-swiper component, the whole slide tab will be changed. |
You actually should use a |
like android gesture of LongPressed effect, I don't know the same implement in our side by swift.
please notice this link.
void onChartLongPressed(MotionEvent me);
thanks for your time.
regards :)
The text was updated successfully, but these errors were encountered: