Prevent UIWebView for Repositioning for input field
I have an iPad application in which I am displaying an input form as a UIWebView in a UIPopoverController. My popover controller is sized such that it does not have to be resized when the keyboard appears. When I tap in an input field in the UIWebView, the web view is pushed further up when the keyboard appears. It is pushed up to the point that the text field is at the top of the frame. (This is the standard behavior you see when using forms in mobile safari). The webview does not scroll at all before the keyboard is up, but once it is, (as seen in the second image) I can scroll the webview