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

Problems iOS 7 debugging

New Here ,
Feb 12, 2014 Feb 12, 2014

Copy link to clipboard

Copied

I am having some issues when debugging an OSMF based player  in Flash Builder / iOS Simulator. I hoping to get some advice froom Adobe team.

I am using OS X 10.9, AIR SDK 4.0, Apache Flex 4.11.0, and Xcode 5.02, and Flash Builder 4.7.

Problem 1) The app is not supposed to be full screen but for some reason when testing in iOS Simulator it takes over the entire screen of the device. It does not do this when installed on Android devices.

Problem 2) A navigation button does not work properly. This button is supposed to call a method that does some work and at the end closes the app. Here is the code. It fails to do anythign in iOS but works fine in Android devices.

 

 

<s:actionContent>

 

      <s:Button label="Exit" click="exitingApp()"/>

 

<s:actionContent>

 

private function exitingApp():void

                    {

                          

                           NativeApplication.nativeApplication.exit();

                    }

Any suggestions?  

Views

491

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