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

This commit is contained in:
Shazron Abdullah 2014-08-11 23:13:15 -07:00
parent 9064130fce
commit 42bf5d2983

View File

@ -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