vakata / jstree

jquery tree plugin
http://jstree.com
MIT License
5.13k stars 1.39k forks source link

Row double tap event #2747

Closed david-fiaty closed 1 week ago

david-fiaty commented 11 months ago

Is there a way to handle a node row double tap event on touch screens? The jquery doubletap event doesn't seem to work for this use case.

vakata commented 1 week ago

Sorry for getting so long to get back to you - unfortunately, I can not provide a solution for this. I have no idea which events jquery doubletap uses. jstree will intercept clicks, so I guess that is what is causing the problem, but I can not help further.