Skip to main content

touch_drag

Description

Defines the time period in milliseconds that is used to differ the long touch gesture from the scroll gesture

touch_drag: number | boolean

Example

scheduler.config.touch_drag = 750;
...
scheduler.init('scheduler_here',new Date(2013,3,10),"week");

Default value: 500

Details

Note, if you set the parameter to false, the user won't be able to drag events.

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.