UIWebViewYouSoCrazy Given some arbitrary HTML, I want my UIWebView to render "correctly". In Firefox ("correct"): Default UIWebView ("incorrect"): WebView with scalesPageToFit == YES ("incorrect"): Injecting a meta viewport tag with width=device-width ("incorrect"): A "hack" which renders the UIWebView twice ("correct"): Is there a more sane option?