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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -