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