Since some time now my iOS-Compose-Canvas app shows big black areas above and below the actual conte...
m
Since some time now my iOS-Compose-Canvas app shows big black areas above and below the actual content. In other words the content does not fill the whole space anymore. Has anybody else observed such a behaviour? This may be due to an update of Xcode or due to a change in Compose, I don’t know. I have observed the same behaviour with the experimental falling-balls-mpp example too. I can only test this on the simulator because I do not yet have a real iOS device. Also the pixel scaling does not seem to be right. Everything is much bigger than the same content on an Android device or emulator. (Left is iOS, right is Android)
b
I believe this PR will fixe it once merged. https://github.com/JetBrains/compose-jb/pull/2458
m
Ahhh, then there is hope. Thanks a lot.
b
And it was merged 🎉