So I have been trying to get this simple behavior working on my iPhone app now for a while. I have a nav bar at the top and a tab bar at the bottom. I am loading all of my c
This issue has also resurfaced with iPhone X.
With iOS 11, UIScrollView now has the property contentInsetAdjustmentBehavior.
webview.scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
can correct this issue.