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

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -