floatinghotpot / cordova-plugin-facebookads

Cordova/PhoneGap plugin for Facebook Audience Network Ads
64 stars 71 forks source link

iPhoneX -> banner -> not safe-area-inset-bottom #93

Open lucaele opened 6 years ago

lucaele commented 6 years ago

Hi all, in iPhoneX cordova app with "viewport-fit=cover" and "padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom);" banner at bottom-center is show behind "navigation button".

It would be necessary for the banner to be displayed above the "navigation bar" How fix this?

Luca

alexstanbury commented 6 years ago

I have this problem too, the banner is displaying behind the black bar at the bottom. Obviously the padding/margin settings don't affect the ad slot as that is not controlled by CSS but is instead native.

How can we move the banner so it is in a safe area?