Hi guru. I figured out a few nice way work with f...
# compose
y
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
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
Yep. This is very close to iOS. From my point of view it is very nice to give user this opportunity also.
c
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?