Closed dima-avdeev-jb closed 4 months ago
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
Figure out how to make focus onClick feature device-dependent (Mouse/Touch/Keyboard) instead of platform dependent (Desktop/iOS/Android)
Take a look at this PR: https://github.com/JetBrains/compose-multiplatform-core/pull/757
Also, take at usage of function https://github.com/JetBrains/compose-multiplatform-core/blob/033e69f0c9464c50d255e99e06504824d11e93a2/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/focus/FocusRequesterModifierNode.kt#L39
And function https://github.com/JetBrains/compose-multiplatform-core/blob/033e69f0c9464c50d255e99e06504824d11e93a2/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/focus/FocusRequester.kt#L62