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
The same code is working correctly in Android.
Here is a full exemple resulting in a banner at the top in iOS:
MoPub.createBanner({
adId: adid.banner,
adSize: MoPub.AD_SIZE.SMART_BANNER,
autoShow: true,
overlap: true,
position: MoPub.AD_POSITION.POS_XY, x:0, y:window.devicePixelRatio*(window.innerHeight - 98)
});
The text was updated successfully, but these errors were encountered:
either using:
or
The same code is working correctly in Android.
Here is a full exemple resulting in a banner at the top in iOS:
MoPub.createBanner({
adId: adid.banner,
adSize: MoPub.AD_SIZE.SMART_BANNER,
autoShow: true,
overlap: true,
position: MoPub.AD_POSITION.POS_XY, x:0, y:window.devicePixelRatio*(window.innerHeight - 98)
});
The text was updated successfully, but these errors were encountered: