admob icon indicating copy to clipboard operation
admob copied to clipboard

BannerAdPosition.TOP_CENTER, margin is using margin-bottom instead of margin-top on iOS.

Open vkyeswa opened this issue 4 years ago • 1 comments

Issue Description When using the TOP_CENTER position on a banner in iOS, with a margin say 120 (120px) this pushes the banner out of view. I realized that instead of using margin-top for TOP_CENTER it uses margin-bottom which according to the documentation is meant for BOTTOM_CENTER.

Way around this I have realized that entering -ve values give the desired positioning, say -120 (-120px)

vkyeswa avatar Mar 11 '22 09:03 vkyeswa

I see. plugin use margin for margin-bottom. I will add them to the document. Thanks!

rdlabo avatar Jul 04 '22 10:07 rdlabo