phonegap / build

This is the public repository for PhoneGap Build source and bug tracking
92 stars 33 forks source link

iPhone X "background color" #637

Closed vespino closed 5 years ago

vespino commented 5 years ago

Is there a way to set a background color under the "homebar"?

img_0106

I have used this explanation to work out the basic iPhone X layout issues: https://blog.phonegap.com/displaying-a-phonegap-app-correctly-on-the-iphone-x-c4a85664c493. The basis is great, but there are still some issues.

I have tried both margin-bottom and padding-bottom on my footer div. Must I also set this margin/padding to the content div or body?

vespino commented 5 years ago

Adding the following to my footer solves this issue for me:

padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom);