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
Currently I'm facing an issue where, on Android, and if ChartPath has minDurationMs > 0 in longPressGestureHandlerProps, when I scrub the chart and then lift the finger, the ChartPath, ChartDot, ChartXLabel and ChartYLabel all remain as if I've never lifted the finger, so the labels keep rendering the axis values and the dot stays in view.
On ios it works as expected.
Thanks in advance,
Regards
The text was updated successfully, but these errors were encountered:
Hi all!
Firstly, thank you for such a great library.
Currently I'm facing an issue where, on Android, and if ChartPath has
minDurationMs
> 0 inlongPressGestureHandlerProps
, when I scrub the chart and then lift the finger, the ChartPath, ChartDot, ChartXLabel and ChartYLabel all remain as if I've never lifted the finger, so the labels keep rendering the axis values and the dot stays in view.On ios it works as expected.
Thanks in advance,
Regards
The text was updated successfully, but these errors were encountered: