-
-
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
touchesEnded event in BarChartView not called #613
Comments
how do you setup your gesture and call touchesBegin/Moved/Ended events? The library already had some gestures in BarLineChartViewBase and its handlers are like: |
@liuxuan30 i would like to re open that issue cause i can see this clearly happening. It feels like you are canceling/preventing the touch from being propragated |
Have you checked the origin implementation? Are you providing yours or using the library's? |
what do you mean by origin implementation? |
What I mean is gesture handlers are private funcs, so if you use yours, it should be calling yours only.. If you change the library's implementation, then I am not aware of. |
For anyone stumbling along this issue take at look at this StackOverflow Question. |
@dtroupe18 can you make a PR? |
@farfromrefug I did. #3599 There is also this PR #3612 |
Hello everyone!
I'm currently developing an iOS App which is using the Charts-framework.
I want to know when the user stops zooming or touching the chart.
But when i call the touchesBegin/Moved/Ended events, the touchesEnded event is not called.
I hope someone can help me with this issue! :-)
Kind regards
Niklas
The text was updated successfully, but these errors were encountered: