Anyone noticed white screen flickering when naviga...
# compose-ios
g
Anyone noticed white screen flickering when navigating between composables screens where the navigation is managed by iOS?
👍 1
👀 1
e
It’s happening because we don’t wait until the first frame renders when presenting/pushing. We’ll discuss that internally.
👍 1
1
👍 2
t
I had an issue like this, and it was that in the Compose for iOS code they default the background color to white, hence the flash. Try to set the color to what you want as soon as it is created, and it may at least reduce the effect. See here: https://github.com/JetBrains/compose-multiplatform-core/blob/40e76ce83f97147ce4416[…]itMain/kotlin/androidx/compose/ui/window/ComposeWindow.uikit.kt
👌 1