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
- Roman Zio asked 3 years ago
- last edited 3 years ago
- You must login to post comments
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
- Michael Klishevich answered 3 years ago
- You must login to post comments
Please login first to submit.