Time range selection in schedular has a delay when using touch rather than mouse

Asked by Anonymous
10 years ago.

onTimeRangeSelected: function(args) {
//Do things
}

The above code works fine when selecting a time range with the mouse, but it has a delay when selecting a time range by touch. I have to rest my finger on the starting block of my time range selection for a second for it to recognize my touch. After it recognized my touch, I can go ahead and move my finger to select a time range.

I've tested this on Android with chrome, on iOS with safari and on windows 10 with chrome(laptop with touchscreen).

Is it possible to eliminate this delay?

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.