touch_feedback

returns vibration feedback before/after drag and drop on touch devices

boolean touch_feedback;

Example

gantt.config.touch_feedback = false;
...
gantt.init("gantt_here");


Default value:

true
Details

Note, the config will have no effect if:

  1. The touch support is disabled by the configuration option touch.
  2. The browser doesn't support the Vibration API.
See also
Back to top