compose-multiplatform
compose-multiplatform copied to clipboard
combinedClickable onClick is different then clickable onClick
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 :) ?
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.