-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Banner Ad: TOP_CENTER Not showing on iOS #50
Comments
Like @SpellChucker here, I'm having the same issue. |
hey @SpellChucker, I found a workaround. as you can see the Plugin.swift asks for
So what i did was this. Hope this helps. |
Confirmed that TOP_CENTER and CENTER are not working. Banner app does not show up. @migtam628 , can you elaborate further of the workaround? Because the url you provided no longer valid. |
@AhSem what @migtam628 did works well, 150 seems to be the sweet spot for |
@AhSem the workaround is exactly what a @SpellChucker stated in his previous comment. Add ‘margin?: string’ to the declaration file within the ‘AdOptions’ interface Then use the margin prop in your ‘Banner Options’ like @SpellChucker said, ‘150’ is a perfect spot for ‘TOP_CENTER’ and for ‘BOTTOM_CENTER’ you can do ‘50’. |
Thank you for the feedback @SpellChucker and @migtam628 . By right we shouldn't directly change the file in node_modules right? So there will be a new release for this plugin to include the "margin" property in AdOptions interface? Edit: I found that instead of adding the
|
I am trying to show a banner ad in the
TOP_CENTER
position but it will not show. theBOTTOM_CENTER
works but it also covers the tabs up. Any ideas?The text was updated successfully, but these errors were encountered: