diff --git a/ios/Classes/InAppWebView.swift b/ios/Classes/InAppWebView.swift index 31b1a5bf6..95aba56ed 100644 --- a/ios/Classes/InAppWebView.swift +++ b/ios/Classes/InAppWebView.swift @@ -622,6 +622,7 @@ public class InAppWebView: WKWebView, UIScrollViewDelegate, WKUIDelegate, WKNavi let y = Int(scrollView.contentOffset.y / scrollView.contentScaleFactor) onScrollChanged(x: x, y: y) } + setNeedsLayout() } public func onLoadStart(url: String) {