• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Unable to go Fullscreen on iOS Problem - Air 3.1

Guest
Nov 16, 2011 Nov 16, 2011

Copy link to clipboard

Copied

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>

TOPICS
Performance issues

Views

1.9K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Nov 17, 2011 Nov 17, 2011

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Nov 18, 2011 Nov 18, 2011

Copy link to clipboard

Copied

Will try to do that this weekend.  Thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 02, 2012 Mar 02, 2012

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mar 06, 2012 Mar 06, 2012

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines