From issues-return-102547-archive-asf-public=cust-asf.ponee.io@cordova.apache.org Mon Aug 3 07:00:05 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id D3A2D180642 for ; Mon, 3 Aug 2020 09:00:05 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 07E621246AE for ; Mon, 3 Aug 2020 07:00:05 +0000 (UTC) Received: (qmail 72477 invoked by uid 500); 3 Aug 2020 07:00:04 -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 72461 invoked by uid 99); 3 Aug 2020 07:00:04 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2020 07:00:04 +0000 From: =?utf-8?q?GitBox?= To: issues@cordova.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bcordova-plugin-camera=5D_knight9999_edited_a_comme?= =?utf-8?q?nt_on_issue_=23436=3A_CameraUsesGeolocation_and_NATIVE=5FURI_aren?= =?utf-8?q?=27t_working_when_used_together?= Message-ID: <159643800460.32230.488420704144506637.asfpy@gitbox.apache.org> Date: Mon, 03 Aug 2020 07:00:04 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-Reply-To: References: knight9999 edited a comment on issue #436: URL: https://github.com/apache/cordova-plugin-camera/issues/436#issuecomment-667834973 I updated my forked code. The situation In my environment (iOS 13.6) was Doesn't Work `CameraUsesGeolocation` and `FILE_URI` (The resulting file path does not point to the correct image) Doesn't Work `CameraUsesGeolocation` and `DATA_URL` (the resulting data is empty) Doesn't Work `CameraUsesGeolocation` and `NATIVE_URI`. (Never call the success callback nor error callback) My forked code https://github.com/knight9999/cordova-plugin-camera/commits/fix-issue-436_on_5.0.X fixed it. (However, for NATIVE_URI, the geolocation data is not embedded into the metadata yet. Because the location manager was not called in this case.) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org