Chris Johnson
05/16/2024, 8:49 PMSean Proctor
05/16/2024, 9:15 PMTextField
is focused. If it loses focus, the keyboard will hide. Are you trying to type in a text field in the dialog? If so, focus it when the dialog is shown.Chris Johnson
05/16/2024, 9:40 PM(LocalView.current.parent as DialogWindowProvider).window.addFlags(WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM)
seems to work? 🤞 not sure how bad this hack is thoughSean Proctor
05/16/2024, 9:56 PMChris Johnson
05/16/2024, 9:58 PM