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

cameraRoll.browseForImage() orientation issue iOS 8 AIR 17

New Here ,
May 24, 2015 May 24, 2015

Copy link to clipboard

Copied

I have a simple app that lets you choose a photo from your camera roll

descriptor file is as follows:

<aspectRatio>portrait</aspectRatio>

<autoOrients>false</autoOrients>

Code is as follows:

var cameraRoll:CameraRoll = new CameraRoll();

cameraRoll.addEventListener(Event.CANCEL, onCancelHandler, false, 0, true);

cameraRoll.addEventListener(MediaEvent.SELECT, onPhoto, false, 0, true);

cameraRoll.browseForImage();

The problem is that my app is portrait and is NOT supposed to auto-orient, but if while browsing I rotate the device and either 1) hit cancel or 2) select an image, my app is rotated to the stage.deviceOrientation of when #1 or #2 happened. and stage.orientation still reads as StageOrientation.DEFAULT.

Anyone experience this as well?

TOPICS
Performance issues

Views

310

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 ,
May 24, 2015 May 24, 2015

Copy link to clipboard

Copied

added to the adobe bug database: Bug #3993768

Bug 3993768

Bug 3993768

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
Adobe Employee ,
May 24, 2015 May 24, 2015

Copy link to clipboard

Copied

LATEST

Thanks for raising the Issue.

We are able to reproduce the issue and investigating it further.

Regards,

Adobe AIR 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