Neal Sanche
03/08/2021, 4:08 AMsystemGestureExclusionRects for gesture navigation? Alternatively, is it possible to obtain the screen bounds of a particular composable so I can use it to set these?Andrey Kulikov
03/08/2021, 11:45 AMModifier.onGloballyPositioned and LayoutCoordinates.boundsInRoot()Neal Sanche
03/08/2021, 7:49 PMNeal Sanche
03/14/2021, 9:04 PMboundsInWindow() worked for me here, I was able to exclude my camera-roll view, so that I can swipe it without the gestures kicking in near the edges of the screen.