Rotating the screen Issue

Hi,

I’m testing Corona Cards and I have a difficult problem while auto-rotating screen. I set the CoronaView in my activity layuot to be always displayed in full-screen mode (layout_width and height as “match_parent”). It’s working fine, but after I rotate the device, the proportions of displayed objects change to incorrect. While restarting Corona Cards, the proportions of object are again correct, but I don’t want to restart CoronaCards every device rotation.

I undestand that the proportions of the whole CoronaView are changing and this causes objects are deformed. Of course, I can set the constant dimensions of the CoronaView, but my aim is to display it always on full screen. Normal Corona has this working so it is doable I guess :).

My goal is to have proportions of objects to be constant, while rotating screen and to get Corona Cards working the same as notmal corona while rotating…

 

Is there any simple way to reach this? Did you have similiar issues?