defold / extension-admob

Defold native extension which provides access to AdMob functionality on Android and iOS
https://www.defold.com/extension-admob/
MIT License
37 stars 12 forks source link

Potential issue with adaptive banner #9

Closed Dragosha closed 7 months ago

Dragosha commented 3 years ago

On user' device adaptive banner with BOTTOM_CENTER position shows as a big banner that occupies whole screen (see screenshot). admob.show_banner(admob.POS_BOTTOM_CENTER)

Device: Motorola one power (Screen size 1080x2246) Android version: Android 9 (SDK 28)

Screenshot_20210516-202304

AGulev commented 2 years ago

Thx for the report. I'll update SDK and try to use the new API for the adaptive banner they introduced in the new version.

AGulev commented 7 months ago

@Dragosha I'm closing this issue because I assume it fixed since using (we already use newer API). Let me know if you'll be able to reproduce something like that.