-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔧 [Compose Multiplatform] Fixed navigation to work properly on both iOS and Android. #1010
🔧 [Compose Multiplatform] Fixed navigation to work properly on both iOS and Android. #1010
Conversation
…roperly due to a bug in the Compose Multiplatform Core side, the version will be upgraded to one that has a fix. At that time, it was said that CADisableMinimumFrameDurationOnPhone should be set to true, so I set it to true.
It seems that the change isn't released yet. 👀 |
Now that we can access the issues, it seems there are some workarounds, and workaround 2 looks easier. I think we can just pass the navController. |
…hat the iOS navigation works properly by moving the location where rememberNavController is called. JetBrains/compose-multiplatform#4735 (comment)
…not working properly due to a bug in the Compose Multiplatform Core side, the version will be upgraded to one that has a fix." This reverts commit c9cd6f3.
This commit is probably unnecessary. 🤔 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for trying everything we can.
Issue
Overview (Required)
Links
NavController
JetBrains/compose-multiplatform-core#1508NavHostController
JetBrains/compose-multiplatform#4735 (comment)Movie (Optional)
ios.before.mov
ios.after.mov
android.before.mp4
android.after.mp4