Jon Bailey
06/26/2024, 3:33 PMPopup(
properties = PopupProperties(
focusable = true,
dismissOnBackPress = false,
dismissOnClickOutside = false,
)
) {
Box(modifier = Modifier.fillMaxSize().background(Color.Blue))
}
and despite the rest of the app have edge to edge support enabled and using WindowInsets correctly. The popup looks like this: