touch_feedback
Description
Returns vibration feedback before/after drag and drop on touch devices
touch_feedback: boolean
Example
gantt.config.touch_feedback = false;
...
gantt.init("gantt_here");
Default value: true
Details
Note, the config will have no effect if:
- The touch support is disabled by the configuration option touch.
- The browser doesn't support the Vibration API.