Is there any workaround for problem with request f...
# compose
i
Is there any workaround for problem with request focus works only once? there is a question on stackoverflow: https://stackoverflow.com/questions/74391260/jetpack-compose-requestfocus-works-only-once
z
Please file a bug
Also focusable uses focusTarget internally, you don’t need both. You’re creating two focus targets on the same node. And because your focusProperties is placed below focusable, it won’t have any effect.
u
Hi @Zach Klippenstein (he/him) [MOD], there has been a ticket open since Oct 19th regarding this issues. I am experiencing the same issue and it's making it hard for my team to design the ideal talkback experience on Android. We have a vertically scrollable container and we want to give our users ability to jump out of it using a SkipLink which will
destinationFocusRequester.requestFocus()
on click. But as mentioned above, it just works ones and is unreliable. I haven't been able to find any way around it, not even a hack. This bug is blocking our users from being able to jump out of scrollable component. Could you please reach out to the relevant team who is looking into it because it's been 8 months since that ticket was assigned to someone?