Hi all,
Here is how I show the banner:
ads.show(“banner”, {interval = 30, x = 0, y = 0, appId = adMobAppIDBanner});
it works fine on iPhone5 in both portrait and landscape mode:
but not in correct position on iPad mini:
If you adjust position via display.screenOriginX and display.screenOriginY to correct it on iPad mini, it will be fine but leave the positioning issue on iPhone 5.
Don’t have iPad for test so don’t if it only happens on iPad mini or on all iPads.
Anyone has idea?
Thanks in advance