소스 검색

feat: remove scriptMessageHandlerForName method

sunzhongliang 4 년 전
부모
커밋
06260b0e5e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      ios/RNCWebView.m

+ 0
- 1
ios/RNCWebView.m 파일 보기

@@ -288,7 +288,6 @@ static NSDictionary* customCertificatesForHost;
288 288
 - (void)removeFromSuperview
289 289
 {
290 290
     if (_webView) {
291
-        [_webView.configuration.userContentController removeScriptMessageHandlerForName:MessageHandlerName];
292 291
         [_webView removeObserver:self forKeyPath:@"estimatedProgress"];
293 292
         [_webView removeFromSuperview];
294 293
 #if !TARGET_OS_OSX