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

This commit is contained in:
ptrocki 2019-06-02 20:54:17 +02:00 committed by Thibault Malbranche
parent 697e05163f
commit 6e79f2a26f
1 changed files with 1 additions and 0 deletions

View File

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