I added the Manifest directive and your code to a screen with the problematic Keyboard.
By running in Debug mode I was able to confirm the Keyboard state changes are detected successfully but the scrolling does not occurs or is ineffective.
I am in Android Studio Jellyfish | 2023.3.1 using the Android Emulator on SDK API 34.
Using:
composeOptions {
kotlinCompilerExtensionVersion '1.5.3'
}
I added the Manifest directive and your code to a screen with the problematic Keyboard.
By running in Debug mode I was able to confirm the Keyboard state changes are detected successfully but the scrolling does not occurs or is ineffective.
I am in Android Studio Jellyfish | 2023.3.1 using the Android Emulator on SDK API 34.
Using:
composeOptions {
kotlinCompilerExtensionVersion '1.5.3'
}