瀏覽代碼

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