Hey everyone! one question! i have an ```OutlinedT...
# compose-ios
e
Hey everyone! one question! i have an
Copy code
OutlinedTextField
and when the user click on that the iOS keyboard opens and hide that TextField. Is any way to push the TextField when the keyboard appear?
r
You need to properly setup the layouts and keyboard handling, check the examples here: https://github.com/JetBrains/compose-multiplatform/issues/3621
e
Cool!! thanks
👍 1