You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Touch events are handled by a GestureDetector before being send to the
TouchHandler.
- Added a handleFling method to the TouchHandler which animates a fling of a
chart.
- Added nineoldandroids dependency to the pom to be able to use the
ValueAnimator.
Since the GestureDetector is now consuming scroll and fling events, there will
be less accidental onClick events fired when setting a onClickListener on one
of your graphs.
Original issue reported on code.google.com by [email protected] on 5 Sep 2014 at 8:20
The text was updated successfully, but these errors were encountered:
OK, I could make another patch that just introduces the GestureDetector which
consumes the fling and scroll gesture. I found that this greatly reduces the
incidental click events while scrolling when having a listener on your graph.
Original issue reported on code.google.com by
[email protected]
on 5 Sep 2014 at 8:20The text was updated successfully, but these errors were encountered: