rotorgames/Rg.Plugins.Popup

Weird white space on IOS on 2.0.0.14

ShadowOfPhantom opened this issue · 1 comments

I use negative padding to make popup looking like:
image
With the new version (2.0.0.14) seems like popup page is avoiding system line on the bottom. please, take a look, it's ok for this and future releases?
image

I downgraded the package to 2.0.0.13 and now popups looks as before

Did you try to use only PaddingSide.Top?

C#

HasSystemPadding = true;
SystemPaddingSides = PaddingSide.Top;

Xaml

HasSystemPadding="True"
SystemPaddingSides="Top"