Banner on iPad appers on the middle of the screen?

Hi guys,

I tried this ads.show( “banner”, { x=0, y=height, interval=30 } )

with height being display.contentHeight - 50 or display.viawableContentHeight - 50 or 430, and nothing made the banner show on the bottom of the ipad screen.

Does anyone having the same problem?

I’m using corona 704.

On iphone it works fine.

Thanks. [import]uid: 85172 topic_id: 21641 reply_id: 321641[/import]

Yes, I had the same thing and only found out when I had a play on my cousin’s iPad.

It seems the inneractive ad is displayed using absolute x/y values, rather than the corona screen boundaries.

So to place something at the bottom of the iPad screen you need a ‘y’ value of around 690. I just set up a ‘y’ variable which changes depending on which device it’s running on. [import]uid: 93133 topic_id: 21641 reply_id: 85828[/import]

** oops, double post ** [import]uid: 93133 topic_id: 21641 reply_id: 85829[/import]

I am having this problem as well, and nick_sherman’s solution didn’t work for me. No matter what x and y coordinates I use, it still shows right in the middle. Did anyone find a solution for this yet? Works fine on iPhone, not on iPad. [import]uid: 84258 topic_id: 21641 reply_id: 87722[/import]

Nevermind, this did in fact work. I was testing on the iOS Simulator and apparently that shows up as “iPad Simulator” device instead of “iPad” so my settings weren’t loading correct. [import]uid: 84258 topic_id: 21641 reply_id: 87744[/import]