Authored by 朱小军

Merge branch 'feature/wkwebview' into yohobuy

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