iOS: Call setNeedsLayout() in scrollViewDidScroll()
Otherwise, the web view scrolls in blank white space which doesn't get painted until the scroll gesture is finished, because the WKWebView hasn't rendered that part of the viewport to its offscreen buffer.
Showing
Please register or sign in to comment