I have a single widget on the screen, and it (ClickableText) starts registering key events if I press a Tab key before... I guess it's not getting the focus somewhow?
Karlo Lozovina
10/27/2021, 10:08 PM
I've tried with a FocusRequester(), then in the onClick handler calling focusRequester.requestFous(), but nothing's happening..
Karlo Lozovina
10/27/2021, 10:14 PM
Huh, it seems I have to call .focusRequster() Modifier before calling .focusable(), otherwise it doesn't work, weird