Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D44FEC5A4 for ; Tue, 12 Aug 2014 06:13:28 +0000 (UTC) Received: (qmail 25907 invoked by uid 500); 12 Aug 2014 06:13:28 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 25880 invoked by uid 500); 12 Aug 2014 06:13:28 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 25871 invoked by uid 99); 12 Aug 2014 06:13:28 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2014 06:13:28 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5A9E9814F4B; Tue, 12 Aug 2014 06:13:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Message-Id: <932c3f9dbbd64a5f904a8888f95f96b7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: CB-7180 - Update Camera plugin to support generic plugin webView UIView (which can be either a UIWebView or WKWebView) Date: Tue, 12 Aug 2014 06:13:28 +0000 (UTC) Repository: cordova-plugin-camera Updated Branches: refs/heads/master 9064130fc -> 42bf5d298 CB-7180 - Update Camera plugin to support generic plugin webView UIView (which can be either a UIWebView or WKWebView) Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/42bf5d29 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/42bf5d29 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/42bf5d29 Branch: refs/heads/master Commit: 42bf5d29838e38591eac66e8c05c66eae2ac79ec Parents: 9064130 Author: Shazron Abdullah Authored: Mon Aug 11 23:13:15 2014 -0700 Committer: Shazron Abdullah Committed: Mon Aug 11 23:13:15 2014 -0700 ---------------------------------------------------------------------- src/ios/CDVCamera.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/42bf5d29/src/ios/CDVCamera.h ---------------------------------------------------------------------- diff --git a/src/ios/CDVCamera.h b/src/ios/CDVCamera.h index 63deac9..5d4a81d 100644 --- a/src/ios/CDVCamera.h +++ b/src/ios/CDVCamera.h @@ -55,7 +55,7 @@ typedef NSUInteger CDVMediaType; @property (assign) bool correctOrientation; @property (assign) bool saveToPhotoAlbum; @property (assign) bool cropToSize; -@property (strong) UIWebView* webView; +@property (strong) UIView* webView; @property (assign) BOOL popoverSupported; @end