You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/08/12 08:13:28 UTC

git commit: CB-7180 - Update Camera plugin to support generic plugin webView UIView (which can be either a UIWebView or WKWebView)

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 <sh...@apache.org>
Authored: Mon Aug 11 23:13:15 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
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