My inneractive banners are working on all my devices, but on iPad it is showing the banner smack dab in the middle of the screen when I want it centered on the bottom.
This is how I’m showing it:
screenMiddleX = display.contentWidth/2
screenBottom = display.contentHeight - display.screenOriginY
ads.show( “banner”, { x = screenMiddleX-160, y = screenBottom-50, interval = 45, testMode = false } )
Why would it work on every device and put it at the bottom of the screen, but on iPad it puts it right in the middle?
[import]uid: 84258 topic_id: 21991 reply_id: 321991[/import]