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?