Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

what is the simplest way to handle the Iphone X speaker blocking header?

what is the simplest way to handle the Iphone X speaker blocking header?

Photo Attached Image

Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

what is the simplest way to handle the Iphone X speaker blocking header?

Where do I put this into appery?

body {
padding-top: constant(safe-area-inset-top); /* iOS 11.0 /
padding-top: env(safe-area-inset-top); / iOS 11.2 */
}

That article has 4 steps, The 1st 3 steps I dont not have black or white bars anywhere the app is already full screen

I tried in CSS but it does nothing

Image

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

what is the simplest way to handle the Iphone X speaker blocking header?

How your app should look like? Just move the header title a little bit down?

Return to “Issues”