I have a webview which is the top window in the hierarchy and has been declared as shown below. However, it does not scale pages to fit. Pages are top left aligned, but are
You can use the below code:
self.webView.scalesPageToFit = YES; self.webView.contentMode = UIViewContentModeScaleAspectFit;
in - (void)webViewDidFinishLoad:(UIWebView *)webView method or viewDidLoad
- (void)webViewDidFinishLoad:(UIWebView *)webView method
viewDidLoad