ABTSoftware / SciChart.JS.Examples

MIT License
77 stars 37 forks source link

Touch devices: zoom #63

Closed jwo closed 3 years ago

jwo commented 3 years ago

Is there an option to enable touch-devices zoom/pan? It works with a mouse and with a laptop touch screen, but if I view the Zoom/Pan example in an ipad, the zooming doesn't work how I expect it to. Instead, it zooms in on the page itself, not the chart instance.

scichart

Examples where this does with is d3-zoom and the plotly example: "setZoom: true"

andyb1979 commented 3 years ago

Hey Jesse

Thanks for reporting, touch screen issues are on our work queue and in-progress already (link to task here https://abtsoftware.myjetbrains.com/youtrack/issue/SCJS-375) and we aim to get them resolved soon.

Will notify you when we have an update!

Best regards, Andrew

On Tue, Mar 16, 2021 at 6:32 PM Jesse Wolgamott @.***> wrote:

Is there an option to enable touch-devices zoom/pan? It works with a mouse and with a laptop touch screen, but if I view the Zoom/Pan example in an ipad, the zooming doesn't work how I expect it to. Instead, it zooms in on the page itself, not the chart instance.

[image: scichart] https://user-images.githubusercontent.com/123075/111361299-af87f180-865b-11eb-8fe7-bc186e21f7cf.gif

Examples where this does with is d3-zoom and the plotly example: "setZoom: true"

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ABTSoftware/SciChart.JS.Examples/issues/63, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLEDVPVZWGTBUFM6WHBQ7LTD6P25ANCNFSM4ZJDB7DQ .

jwo commented 3 years ago

@andyb1979 perfect, thank you!

observerjnr commented 3 years ago

Hello @jwo We have finally released the PinchZoomModifier feature. Check out this example

jwo commented 3 years ago

@observerjnr looks perfect! Great job. Thank you