yschimke
01/12/2022, 10:00 AMBox {
Content()
Overlay(modifier = Modifier.ignoreTouchEvents())
}
Albert Chang
01/12/2022, 10:18 AMModifier.pointerInput(Unit) { detectTapGestures {} }
should work.yschimke
01/12/2022, 10:21 AMAlbert Chang
01/12/2022, 10:26 AMContent()
or Overlay()
?
that doesn’t stop the events being handled in the normal UI belowYou mean “does stop” right?
yschimke
01/12/2022, 10:27 AMAlbert Chang
01/12/2022, 10:29 AMyschimke
01/12/2022, 11:03 AMAlbert Chang
01/12/2022, 11:07 AMyschimke
01/12/2022, 11:14 AMVivek Sharma
01/12/2022, 11:54 AMyschimke
01/12/2022, 11:59 AMZach Klippenstein (he/him) [MOD]
01/12/2022, 2:44 PMyschimke
01/12/2022, 7:34 PM