Does anybody have experienced compose ios screens disappearing / not appearing on release mode or when opening a modal / pop-up (using present on the viewcontroller, as it is still old code)
Nmrsmn
09/21/2023, 9:37 AM
It appears that it has something to do with calling the viewDidAppear on the viewcontroller..
d
Dima Avdeev
09/23/2023, 8:54 PM
It happens only on release mode?
Can you please provide a minimal reproducible sample project on GitHub?
n
Nmrsmn
09/25/2023, 7:25 AM
@Dima Avdeev Thanks for answering; The release mode doesn’t seem to have something to do with it as it also happens in the debug version when closing a pop-up. I’ve found an issue (https://github.com/JetBrains/compose-multiplatform/issues/3698) which prolly is the same, but when I later today have time I’ll try to make a minimal reproducible sample project for you
a
Andrew Watson
01/19/2024, 11:39 PM
Hey @Dima Avdeev do you have any updates on this issue? I'm seeing it in the app I'm working on currently. Are there any known workarounds?