Hi guru. I figured out a few nice way work with focus: set order, go next and so on. But no one to free focus by tap outside TextFiled. Is there a truly compose way to free focus and hide keyboard?
Thanks
c
Colton Idle
07/09/2021, 3:55 AM
That seems like an ios behavior. I always figured iOS needed that because you can't close the keyboard any other way. On android, you just hit the back button. I know that's not an answer, but just adding my 2 cents.
y
Yuri Drigin
07/09/2021, 6:21 AM
Yep. This is very close to iOS. From my point of view it is very nice to give user this opportunity also.
c
Colton Idle
07/09/2021, 4:09 PM
I suppose you could just put a clickable() on the root parent composable and then try to defocus any other inputs. I assume defocusing will close the keyboard as well?