You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to have an element of my app float just above the ad but since the SMART_BANNER type is different sizes on different screens I've got some banners covering the content.
Alternatively, I tried using the view option for createBanner but was unsure what exactly to pass into that parameter. (I'm using the angular wrapper).
The text was updated successfully, but these errors were encountered:
I'm trying to have an element of my app float just above the ad but since the SMART_BANNER type is different sizes on different screens I've got some banners covering the content.
Is there a way to programmatically get the loaded ad size? I saw the ios code (https://github.com/EddyVerbruggen/nativescript-admob/blob/master/src/admob.ios.js#L34) has the expected sizes, but in Android that just becomes the string constant.
Alternatively, I tried using the
view
option forcreateBanner
but was unsure what exactly to pass into that parameter. (I'm using the angular wrapper).The text was updated successfully, but these errors were encountered: