You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Roman Mandryk (JIRA)" <ji...@apache.org> on 2014/09/16 01:53:34 UTC

[jira] [Comment Edited] (CB-7527) [Camera][iOS 8] - Rotation issue

    [ https://issues.apache.org/jira/browse/CB-7527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14134711#comment-14134711 ] 

Roman Mandryk edited comment on CB-7527 at 9/15/14 11:52 PM:
-------------------------------------------------------------

I can confirm, that issue is present only on iPad, not iPhone. Tested with model iPad mini (A1432)
In my case, the whole transparent bar with shoot button and Front/Back Camera changes orientation (to stay always on right side)
Here are the options I call getPicture with:
{
   destinationType:1,
   mediaType: 2,
   quality: 85,
   sourceType: 1,
   targetHeight: 800,
   targetWidth: 800
}


was (Author: romanmandryk):
I can confirm, that issue is present only on iPad, not iPhone. Tested with model iPad mini (A1432)
In my case, the whole transparent bar with shoot button and Front/Back Camera changes orientation (to stay always on right side)
Here are the options I call getPicture with:
{
   destinationType:1
   mediaType: 2
   quality: 85
   sourceType: 1
   targetHeight: 800
   targetWidth: 800
}

> [Camera][iOS 8] - Rotation issue
> --------------------------------
>
>                 Key: CB-7527
>                 URL: https://issues.apache.org/jira/browse/CB-7527
>             Project: Apache Cordova
>          Issue Type: Sub-task
>          Components: Plugin Camera
>    Affects Versions: 3.5.0
>         Environment: cordova 3.5.0, ios 8 GM, xcode 6 GM, camera plugin 0.2.8 (same with ancient cordova 2.2)
>            Reporter: Roman Mandryk
>            Assignee: Shazron Abdullah
>
> When using ios 8 GM and cordova 3.5 app, after launching the camera in any rotation the camera is launched fine and shoot button is on the right side. When I rotate the device into new orientation, the picture gets sideways or upsidedown with shoot button always on right side.
> Native camera app has weird glitch when changing orientation (not present in 7.1) but then changes orientation correctly.
> The problem seems to appear only in cordova app.
> Issue happens with both current app in production and app build with xcode 6 GM.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)