Touch scrolls very quickly

I am using the Touch extension with the Scheduler. When user scrolls up and down the scheduler on the touch screen it is very quick and often scrolls too far. Is there a way to slow this down?

thanks

Hello,

You will have to edit source files, open dhtmlxscheduler_touch.js
find

"500ms"

that’s speed of fast scroll, you can set to “1000ms” for example.

"2000ms" speed of normal scroll, you can increase it too.

Best regards,
Ilya

Thank you