SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
It’s impossible to zoom a candlestick chart (other types as well) on mobile browsers & WebViews.
I’m trying to use pinch-to-zoom with my fingers on chart, but it doesn’t react on it. Only sliding on the left & right is possible.
I’ve even tried demo from documentation:
https://demo.scichart.com/javascript-realtime-ticking-stock-charts
The same is with my chart as well
How can I fix it?
Thank you
Hi Roman,
To make scichart.js PinchZoomModifier work on mobile it is also necessary to set “touch-action: none” on the chart div element.
<div id="scichart-root" style="touch-action: none"></div>
Best regards,
Michael
Please login first to submit.