1 year ago
#351116
Svilen Rusev
Jetpack Compose Keyboard adjustment
Is there a way where we can control for every screen different states of the keyboard, for example I have one screen where I want to adjust size of the keyboard to the screen and other screens where I do not want that. Currently I was using this
android:windowSoftInputMode="adjustResize"
, but when other cases come along this is not working anymore, is there any workaround?
android
android-jetpack-compose
android-window
0 Answers
Your Answer