소스 검색

fix(iOS WKWebView): contentInset not properly applied (#603)

ptrocki 5 년 전
부모
커밋
6e79f2a26f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      ios/RNCWKWebView.m

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

@@ -574,6 +574,7 @@ static NSURLCredential* clientAuthenticationCredential;
574 574
 
575 575
   // Ensure webview takes the position and dimensions of RNCWKWebView
576 576
   _webView.frame = self.bounds;
577
+  _webView.scrollView.contentInset = _contentInset;
577 578
 }
578 579
 
579 580
 - (NSMutableDictionary<NSString *, id> *)baseEvent