dima.avdeev
dima.avdeev
It should be offset related to a current opened window?
```Kotlin Modifier.onScreenPositioned { currentComponentCoords: Offset -> println("current component relative position in opened screen: $currentComponentCoords") } ``` Maybe this way?
Ok, thanks for the feature description
Reproduced this crash on PR: https://github.com/JetBrains/compose-multiplatform-core/pull/503
Thanks for the bug description. Can you please provide a minimal reproducible sample project on GitHub?
Thanks, Done!
Thanks, I will look at it next week.
Sorry, I can't check this PR, because it crashes on MacOS. But I will ask someone tomorrow.
@eymar Recently i fixed the same for iOS. https://github.com/JetBrains/androidx/pull/408/files The easiest workaround is always return "en-US"
@dimitree54 This workaround should be applied on our side.