We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6ef8e commit dd068feCopy full SHA for dd068fe
ios/CapacitorCordova/CapacitorCordova/Classes/Public/CDVPluginManager.h
@@ -15,8 +15,8 @@
15
@property (nonatomic, strong) NSMutableDictionary * pluginsMap;
16
@property (nonatomic, strong) NSMutableDictionary * pluginObjects;
17
@property (nonatomic, strong) NSMutableDictionary * settings;
18
-@property (nonatomic, strong) UIViewController * viewController;
19
-@property (nonatomic, strong) WKWebView * webView;
+@property (nonatomic, weak) UIViewController * viewController;
+@property (nonatomic, weak) WKWebView * webView;
20
@property (nonatomic, strong) id <CDVCommandDelegate> commandDelegate;
21
22
- (id)initWithParser:(CDVConfigParser*)parser viewController:(UIViewController*)viewController webView:(WKWebView *)webview;
0 commit comments