When I change the orientation with a relatively empty webview, the screen rotates no problem. As soon as the webview is particularly full with content and it becomes scrollable the rotation animation becomes very slow. The status bar will rotate first, and the view will follow 3-5 seconds later.
Currently, in willRotateToInterfaceOrientation, I simply resize the frame of the webview.
Any of the gurus have any insight? Is there a way to force the view to rotate earlier, or handle the rotation myself? How should I go about this? I thought of displaying a loading screen when this happens, but it seems rather cheesy, especially when users will rotate small webviews.
Thanks!