The weiyin sentence (resizing the web search frame) worked for me.
Just wanted to share a code example:
CGFloat topInset = ...; web.scrollView.layer.masksToBounds = NO; [web.scrollView setContentInset:UIEdgeInsetsMake(topInset, 0, 0, 0)]; [web setFrame:CGRectMake(0, 0, web.width, web.height-topInset)];
bendytree
source share