Has anyone got documentation, a code example, or a template for implementing
WindowInsets
on Compose for iOS? I want to draw background content behind the notch.
The only reference in the official blog post launching WindowInsets is a link to the Android documentation….
There is no use of
https://terrakok.github.io/Compose-Multiplatform-Wizard/
If you download this template it has edge-to-edge for both Android and iOS. I think it comes down to ignoreSafeArea(.all) for iOS and then use the WindowInsets API for padding your content below the notch.