Hello everyone, I'm currently facing a problem wit...
# compose-ios
k
Hello everyone, I'm currently facing a problem with iOS. I have a screen form composed of TextFields, but I'm struggling with a particular issue: once a TextField is focused and selected, I don't know how to hide the keyboard. It seems my only option is to select another TextField that isn't obscured by the virtual keyboard. I've noticed that some iOS apps offer a 'Done' button to hide the keyboard. Is it possible to implement a similar feature using Compose or toher solutions maybe ?
👍 1
c
i feel like i have this problem in regular ios apps lol. seems like users in ios typically click on the screen and it hides the keyboard.
a
2
thank you color 1
k
Thank you , easy solution working well
🎉 1
d
@Alexander Zhirkevich Thanks for answer. How did you find that... Nice!
a
@Dima Avdeev Someone mentioned that before. Probably you 😅
😄 1
m
Just press bac… oh