Mark
02/25/2026, 7:51 AMWindowInsets.isImeVisible I tried monitoring WindowInsets.ime.getBottom(LocalDensity.current) but this seems to always be same value (1005) regardless (on iOS)wwalkingg
02/28/2026, 6:02 AMWindowInsets.ime.getBottom(LocalDensity.current) returns 0 when the IME is closed.Mark
02/28/2026, 6:05 AMLaunchedEffect with 3 second delay and then checks bottom ime padding and it returns 1005 with no keyboard visible.