I am loading the url on the webview in iPad native App. It works fine so far, but in iOS7 when we click on the text filed, the content in webview is moving up. Please check the below code and screenshots. I try to fix by below posts , but didn't help.
iOS 7 input elements moving fixed positioned elements
UIWebView scrolling down on input focus iOS 6 only
self.webView.delegate=self;
[self.webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:strURL]]];