Jetpack Compose Keyboard adjustment

1.6k views Asked by At

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?

0

There are 0 answers