Hi there community, i would like to know if it is ...
# compose-android
k
Hi there community, i would like to know if it is a gesture for doble tab with 3 fingers in jetpack compose ?
j
Nothing built in. Concept same as pinch or other multi touch events. Would check source of those variants in await Modifier of pointerInput. Wait until 3 touch keys and in a certain amount of time see if 3 touch happen again.