Touch mode and double-tap

Hi!
There seems to be a bug in touch mode for double-tapping when I have set dblclick_create to false. It calls scheduler._click.dhx_cal_data() which isn’t expected. Or how do I disable “create on double-tap”?

On most devices, double tap action will generate two onClick events, it is native behavior of the browser, which can’t be disabled.

I should perhaps raise a bug ticket instead :slight_smile:

Hello.

You could use dblclick_create config with false value to prevent events creations with double click. It seems like it works for me.
docs.dhtmlx.com/scheduler/api__s … onfig.html