...
|
...
|
@@ -96,7 +96,7 @@ |
|
|
WKWebViewConfiguration* configuration = [self createConfigurationFromSettings:settings];
|
|
|
configuration.userContentController = userContentController;
|
|
|
|
|
|
[[YHInjectConfigManager sharedInstance] registerURLSchemeHandler:configuration];
|
|
|
// [[YHInjectConfigManager sharedInstance] registerURLSchemeHandler:configuration];
|
|
|
|
|
|
// re-create WKWebView, since we need to update configuration
|
|
|
WKWebView* wkWebView = [[WKWebView alloc] initWithFrame:self.engineWebView.frame configuration:configuration];
|
...
|
...
|
|