How is closing keyboard supposed to be implemented...
# compose
s
How is closing keyboard supposed to be implemented in iOS compose ? By default it doesn't seem to close when clicking outsie field like an iOS app, sliding back also don't work. I can imagine having to wrap textfield in a box to detect input but that seem like a lots of boilerplate.
b
This seems to be a common problem. At my top most composable I added a modifier to close the keyboard. iOS gets the modifier and Android doesn't