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

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -