mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-31 12:42:50 +08:00
CB-7180 - Update Camera plugin to support generic plugin webView UIView (which can be either a UIWebView or WKWebView)
This commit is contained in:
parent
9064130fce
commit
42bf5d2983
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user