compose-multiplatform icon indicating copy to clipboard operation
compose-multiplatform copied to clipboard

combinedClickable onClick is different then clickable onClick

Open atoktoto opened this issue 4 years ago • 1 comments

Seems like Modifier.combinedClickable() fires onClick on mouse down event while Modifier.clickable() fires on mouse up. Is there a way to handle mouse down event and long-press or double click event in the same Composable without measuring time between clicks :) ?

atoktoto avatar Apr 21 '21 10:04 atoktoto

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.

okushnikov avatar Aug 26 '24 17:08 okushnikov