ios - AS3/Adobe AIR Error with Orientation -
after opening native modal window(of social network) (and rotating ios device in landscape) , closing again. app still in portrait, designed be, viewport shifted down half screen (496 pixels, precise: behind game center overlay, stage gets rotated landscape, top 640 px (screen width) visible. use:
<fullscreen>true</fullscreen> <autoorients>false</autoorients> <rendermode>direct</rendermode> <visible>true</visible> <aspectratio>portrait</aspectratio>
and in app:
stage.scalemode = stagescalemode.no_scale; stage.align = stagealign.top_left; app should stay in portrait orientation. can do?
Comments
Post a Comment