when using on mobile, when tap on the arrow it feels slow because of the lag to wait the double tap.
Some touch library have a fast tap feature, have you a solution to have it working with a better user experience?
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 22 Aug 2013, 01:32 PM
Hello Frederic,
The current TreeView implementation uses click events for toggling item expansion. Previously it worked with touchend, which was naturally faster, but we decided to abandon this approach due to its complexity and negative side effects in certain scenarios (e.g. when using a device with both a mouse and a touch screen).
Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!