Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 080EA10B11 for ; Wed, 21 Jan 2015 21:51:35 +0000 (UTC) Received: (qmail 50607 invoked by uid 500); 21 Jan 2015 21:51:34 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 50583 invoked by uid 500); 21 Jan 2015 21:51:34 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 50568 invoked by uid 99); 21 Jan 2015 21:51:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jan 2015 21:51:34 +0000 Date: Wed, 21 Jan 2015 21:51:34 +0000 (UTC) From: "Matthias Dietrich (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-2648) Not able to Zoom Out when editing photos via allowEdit:true MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-2648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14286357#comment-14286357 ] Matthias Dietrich commented on CB-2648: --------------------------------------- Any update on this? There's a new ticket describing this situation (see CB-7935) and I'm also experiencing this issue on several devices with the newest plugin version. > Not able to Zoom Out when editing photos via allowEdit:true > ----------------------------------------------------------- > > Key: CB-2648 > URL: https://issues.apache.org/jira/browse/CB-2648 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Camera > Affects Versions: 2.3.0 > Environment: iOS > Reporter: Greg > Assignee: James Jong > > When you take a photo with the camera on iOS and then set getPicture with allowEdit: true, you are not able to zoom out of the photo. When you pinch and zoom out, it bounces back to the center. > Sample Code: > navigator.camera.getPicture(Photo.getSuccess, Photo.getFail, {quality: 45, destinationType: destinationType.FILE_URI, sourceType: pictureSource.CAMERA, correctOrientation: true, encodingType: encoding.JPEG, saveToPhotoAlbum: true, targetWidth: 910, targetHeight: 910, allowEdit: true}); > Steps to Produce: > 1. Download Untappd 2.2 for iOS > 2. On the confirm screen for a beer, select "Add Photo" > 3. Choose Camera > 4. Take a picture in portrait mode > 5. Try to zoom out to have the whole photo in the picture. > Is this because of the target height and width? -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org