Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
-
ios
-
Important
Description
Regarding the code of WKWebView.h, WKWebViewConfiguration seems to be a readonly property.
@property (nonatomic, readonly, copy) WKWebViewConfiguration *configuration;
But in this plugin, we are trying to update the WKWebView configuration after initialising it and it looks like all this part is not considered :
https://github.com/apache/cordova-plugin-wkwebview-engine/blob/master/src/ios/CDVWKWebViewEngine.m#L146-L150