I have a UIWebView set up that autorotates as I expect it to. The only thing is that when I rotate from portrait to landscape, the content of the UIWebView is scrolled up a couple of screens if it is a small page, or a large amount if the view is displaying a large page. When I rotate the app back to portrait view, the content scrolls back to where it is supposed to go. If I set the UIWebView's scalesPageToFit property to no, it does not do this, but then I cannot resize the content, which is undesirable. How can I make it so this does not scroll? Thanks you