On the iPad, I present a view in the \"detail\" side of a split view controller that is basically just a UIWebView, which loads an HTML file in the application bund
UIWebView
It's also possible to deal with this by putting
[myWebView reload];
into the shouldAutorotateToInterfaceOrientation method
-- but if you're on a 3G connection this can be slow