Skip to main content
November 16, 2011
Question

Unable to go Fullscreen on iOS Problem - Air 3.1

  • November 16, 2011
  • 3 replies
  • 2017 views

I am trying to run an app in Fullscreen mode on IOS. (latest iPod touch) The app is running in GPU mode and is set to be portrait.  For some reason though I alway see the iOS UI status bar. The app is being compiled with AIR 3.1 sdk, Is there anything I need to specifiy in the application descriptor other than the obvious?  I am including the iPhone and initialWindow markup for reference.

    <iPhone>

        <InfoAdditions><![CDATA[        

            <key>UIStatusBarStyle</key>

            <string>UIStatusBarStyleBlackOpaque</string>

            <key>UIRequiresPersistentWiFi</key>

            <string>NO</string>

            <key>UIPrerenderedIcon</key> 

            <true/>

            <key>UIDeviceFamily</key>

            <array>

                <!-- iPhone support -->

                <string>1</string>

                <!-- iPad support -->

                <!--<string>2</string>-->

            </array>

        ]]></InfoAdditions>

        <requestedDisplayResolution>high</requestedDisplayResolution>

    </iPhone>

    <initialWindow>

        <title>flashpunk-ios</title>

        <content>flashpunkios.swf</content>

        <visible>true</visible>

        <renderMode>gpu</renderMode>

        <fullScreen>true</fullScreen>

        <autoOrients>true</autoOrients>

        <aspectRatio>portrait</aspectRatio>

    </initialWindow>

This topic has been closed for replies.

3 replies

Nimisha1
Participating Frequently
March 6, 2012

Hi ,

I have tried reproducing your problem but I didn't get any success. Can you please send the project files to me @ nimisha1@adobe.com so that I can give a try ?Also you can open a new bug at http://bugbase.adobe.com .

Thanks,

Nimisha

Participant
March 3, 2012

I am also having this issue.  I have my initialWindow fullscreen set to true.  On my Android device the status bar hides correctly.  On my iPhone 3GS running iOS 5.0.1 the status bar will not hide.  Has a solution to this bug been found yet?  I am using AIR 3.1 developing in FB 4.6

Participating Frequently
November 18, 2011

Hi,


Could you please open a new bug report about this issue at bugbase.adobe.com?  Please include sample media, code, project or app to help us reproduce the problem. Finally, once the bug has been added, would you mind posting back with the URL so that others affected can add their votes and comments?


Thanks,

Jian

Adobe Flash Runtime team

November 18, 2011

Will try to do that this weekend.  Thanks