touch_feedback

在触摸设备上启用拖放操作前或后的振动反馈

boolean touch_feedback;

Example

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


Default value:

true
Details

请注意,如果满足以下任一条件,该设置将不会生效:

  1. 使用 touch 选项关闭了触摸支持。
  2. 浏览器不支持 Vibration API
See also
Back to top