Loading a UIWebView offscreen
If you try to load a UIWebView offscreen (as in, before the web view has been added to any other views/controllers) in iOS 5.1, you might find that certain elements appear off screen.
We use Bootstrap, and the popups were showing up partially offscreen, as if the the perceived window size is wrong. To alleviate this problem, ensure that the Frame property of the UIWebView is set before trying to load the page.














