Air 3.0 distorts movieclip on stage
Since switching to AIR 3.0, has anyone noticed differences in the way their mobile app looks when run in the FB4.5 environment compared to a mobile device like an iPhone 4?
I have a simple AS3 Mobile project built in Air 2.7 which was working fine.
I tried to compile using Air 3.0 and now a movieClip on the stage is distorting. Hard to describe what it's doing. Essentially the y position is about 220 pixels off of the screen, and the bottom is distorted/stretched.
The weird thing is that it only does it in the Flash Builder environment, it looks fine when the ipa is run on an iphone 4.
Some background:
| <aspectRatio>portrait</aspectRatio> | ||
| <autoOrients>true</autoOrients> | ||
| <fullScreen>true</fullScreen> |
<renderMode>gpu</renderMode> |
