is there a way to prevent the soft keyboard from p...
# compose-ios
r
is there a way to prevent the soft keyboard from pushing the contents up the screen?
1
a
Copy code
ComposeUIViewController(
    configure = {
        onFocusBehavior = OnFocusBehavior.DoNothing
    }
)
1
👍 4
thank you color 2