Fixed header disappear when scrolling down in webview in iOS 11
I’m just writing some code, try with one by one Try with below self.automaticallyAdjustsScrollViewInsets = false Try with below [self.webView.scrollView setContentInsetAdjustmentBehavior:UIScrollViewContentInsetAdjustmentNever]; Try with below (change your code) header { height: 60px; background-color: @mainColor; color: #ffffff; padding: 10px; text-align: center; position: fixed; width: 100%; z-index: 1; transform: translateZ(0); -moz-transform: translatez(0); -ms-transform: translatez(0); -o-transform: translatez(0); -webkit-transform: translateZ(0); … Read more