Travis Griggs
val isVisible = WindowInsets.isImeVisible LaunchedEffect(WindowInsets.isImeVisible) { println(">>>>>> KEYBOARD HAPPENED!! $isVisible") }
>>>>>> KEYBOARD HAPPENED!! true
Done
>>>>>> KEYBOARD HAPPENED!! false >>>>>> KEYBOARD HAPPENED!! true >>>>>> KEYBOARD HAPPENED!! false
Alex Vanyo
keyboardOptions = KeyboardOptions(imeAction = ImeAction.Done), keyboardActions = KeyboardActions.Default
inputMethodManager.hideSoftInputFromWindow
A modern programming language that makes developers happier.