Now all screens will be "full screen" by default.
You can now use
Modifier.systemBarsPadding()
accordingly to manage the
SystemBarInsets
.
j
Joe Altidore
05/27/2024, 11:08 AM
iosMain does not have WindowCompat object
v
Vlad Mircan
05/27/2024, 11:36 AM
For
iOS
you will need to do the equivalent (
ignoreSafeArea
or whatever they have).
Your question was about compose so the steps are the following:
1. Make sure the nativeContainer in which you want to display compose is full screen itself
2. Make sure that
systemBarsPadding()
are not applied before you want to (before a background for example)