Merge branch 'feature/wkwebview' into yohobuy
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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]; |
-
Please register or login to post a comment