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

[iOS] Banner inconsistent behaviour when switching layouts #37

Closed maelig-moreau closed 7 months ago

maelig-moreau commented 10 months ago

Steps to reproduce :

The banner appear to be changing positions when switching layouts. Sometimes it looks like it is consistently occupying two different positions in Portrait and Landscape. Sometimes it might be in a certain position upon showing and when switching layout back and forth is shown at a different position on the same layout. Note that those positions might actually be out of the screen, making it look like they disappeared.

The bug doesn't occur at all on Android.