Join Slack
Powered by
Is there a way to disable safearea on iOS in jetpa...
# compose-ios
a
Arne Vanstraeseele
07/10/2025, 11:27 AM
Is there a way to disable safearea on iOS in jetpack compose?
j
Jonathan
07/10/2025, 1:27 PM
Can you use something like this in the
body
of your ContentView?
Copy code
ComposeView() .ignoresSafeArea(.all)
a
Arne Vanstraeseele
07/10/2025, 2:25 PM
Maybe but it is only for 1 screen.
j
Jonathan
07/10/2025, 2:25 PM
Why would it be only for 1 screen?
a
Arne Vanstraeseele
07/10/2025, 2:28 PM
Okay I think this fixes my problem .... Lol how stupid am I xD
2
Views
Open in Slack
Previous
Next