Is it currently possible to set accessibility orde...
# compose
p
Is it currently possible to set accessibility order? Was hoping
Modifier.semantics { focused = true }
might do it, but it doesn’t currently seem to. Sample use case: • When navigating to a new screen, we want to have talkback speak out the header first, but there’s a back button in the toolbar that gets focus first. • Having a list of items that updates as users enter data. We want to focus on / read the bottom most (newest) entry (Edit: Just asking if it’s possible at all, no worries if it’s not wrapped in a nice API yet)