Spreadsheet on touchscreen

Hi,
I’d like to use a spreadsheet with 50 rows, and my problem is that on devices with touchscreen, i can’t srcoll the sheet, only the selection range changes.

Is there any workaround?
Thanks in advance

Hello @David87,

This looks like a bug that prevents scrolling from working if there is blockselect enabled (this is the selection type used in the spreadsheet component), thank you for the report! The fix should be available in the nearest future.

Is there any workaround?

As a temporary workaround, you can disable the blockselect logic altogether, which will make the scroll usable again: https://snippet.webix.com/tihgcljz. You can also try this sample out via this link: https://sstouch.netlify.com/ (you can test this one out on your touch device).

Many thanks @Dzmitry