Does anyone have a sample of a Grid widget with keyboard navigation? Struggling to get that to work ...
a
Does anyone have a sample of a Grid widget with keyboard navigation? Struggling to get that to work with setting focus and getting key events to register for some reason
Hmm, seems this thread provides interesting options, at least for Android: https://stackoverflow.com/questions/70838476/onkeyevent-without-focus-in-jetpack-compose
Okay, I figured my issue was with the order of focus modifiers (https://developer.android.com/reference/kotlin/androidx/compose/ui/focus/FocusRequester) Still, I think I will look into the LocalKeyEventHandlers from the stackoverflow above, right now when loosing key input when a control goes out of focus is a little annoying