Images stretched when starting in Landscape orientation

Hi guys,

I just updated to 2014.2482

My app supports all orientation (default is portrait).

Problem is, when the iPad is in 'Landscape" orientation and starts the app, all the images are stretched!

If the iPad is in ‘Portrait’ orientation and starts the app, all the images are OK.

Anyone facing this problem ?

My build settings :

orientation ={ default = "portrait", content = "portrait",  --locked orientation of the Corona stage, independent of Native UI elements (iOS only) supported = { "portrait", "portraitUpsideDown", "landscapeRight", "landscapeLeft", }, },

Hi,

Are you using new “adaptive” mode? I noticed it does that when it’s on. It works fine on device but not on simulator.

Hi,

Yes, it seems to be only happening to “adaptive”. “letterbox” seems to be fine.  I tested on Xcode simulator and iPad device. Both shows the same problem.

Tested on several other builds including 2014.2460, and it shows all the same problem. I will put in a case for this.

Hi @yosu,

Out of curiosity, can you remove the “content = ‘portrait’,” line and see if anything changes?

Thanks,

Brent

Hi Brent,

Yes, the problem persist evenif the ‘content=portrait’ is not there. I tried a few combos with other settings. It seems to only be ok in ‘letterbox’ mode.

Hi,

Are you using new “adaptive” mode? I noticed it does that when it’s on. It works fine on device but not on simulator.

Hi,

Yes, it seems to be only happening to “adaptive”. “letterbox” seems to be fine.  I tested on Xcode simulator and iPad device. Both shows the same problem.

Tested on several other builds including 2014.2460, and it shows all the same problem. I will put in a case for this.

Hi @yosu,

Out of curiosity, can you remove the “content = ‘portrait’,” line and see if anything changes?

Thanks,

Brent

Hi Brent,

Yes, the problem persist evenif the ‘content=portrait’ is not there. I tried a few combos with other settings. It seems to only be ok in ‘letterbox’ mode.