Skip to main content
Inspiring
September 12, 2012
Question

iphone5 screen size

  • September 12, 2012
  • 5 replies
  • 1862 views

so the screen is taller now - how will this affect our air apps? I saw that black bands would appear on older apps but is that ios native apps only?

What if I had content off the stage when I developed my app - is this going to now be visible on the iphone 5?

This topic has been closed for replies.

5 replies

Lars Laborious
Legend
September 13, 2012

Hopefully iphone will hide things off the stage, but if not you could add a black sprite or movieclip to cover things that are not on the stage and then either have a listener to tell when objects are added so you can swap depths, or add every new object to already existing containers that has lower depths than the "cover object". The best is of course to resize the background, and position things based on the stage width and height.

Lars Laborious
Legend
December 18, 2012

For those of you who haven't been able to test on a real iPhone5 yet - it does mask content off the stage.

Colin Holgate
Inspiring
December 18, 2012

It will usually mask the content, but if you have a case where you do want to reveal the extra, off-stage, content, you can include a Default-568x@2x.png splash image, and then the iPhone does not do the masking.

Colin Holgate
Inspiring
September 12, 2012

Can be positive, maybe Apple will mask that area, but I suspect not. I used to do apps so that the stage size was iPhone ratio, and I had extra content above and below the stage that gets revealed on iPad. Later I changed to having an iPad size stage, and having extra content left and right of the stage (this is for landscape I'm describing). That was great and would work for even the widest Android, and for the new iPhone 5. These days I have a stage size that is about 14:9, and on iPad you see the full height and most of the width, and on the new iPhone you would see the full width and most of the height. It works extremely well.

joeboy_ukAuthor
Inspiring
September 13, 2012

I did a similar thing to you. ipad height but more width that shows on iphone,

problem is that was on the old width, now there will be certainly some content hidden off the sides I am sure will show, going to have to resubmit those apps I think