Hi everyone! I’m facing two issues in my KMP proj...
# multiplatform
a
Hi everyone! I’m facing two issues in my KMP project with Compose multiplatform, both on iOS: • I have an OutlinedTextField M3 for search and when I tap on it the keyboard is opened but I don’t have a manner to close it (in Android the back button does this action for us). How can I handle this? • The second one is about a bottom sheet. The iOS keyboard is opened above the screen and not at the bottom of the screen. Does anyone faced similar situation? Thanks in advance!