mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-02-07 18:12: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 correctOrientation;
|
||||||
@property (assign) bool saveToPhotoAlbum;
|
@property (assign) bool saveToPhotoAlbum;
|
||||||
@property (assign) bool cropToSize;
|
@property (assign) bool cropToSize;
|
||||||
@property (strong) UIWebView* webView;
|
@property (strong) UIView* webView;
|
||||||
@property (assign) BOOL popoverSupported;
|
@property (assign) BOOL popoverSupported;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
Loading…
Reference in New Issue
Block a user