The timeout for double-click (in PointerInputScope...
# compose-desktop
n
The timeout for double-click (in PointerInputScope.detectTapGestures) is too long, 500ms. Is it possible to override this? Otherwise if I have both double click and single click enabled, then click is responded too late because of this timeout
a
Override
LocalViewConfiguration
with your own
ViewConfiguration
in which you can override
doubleTapTimeoutMillis
.