webview clipped on ios7
问题 ![enter image description here][1]![enter image description here][2]Hy, I have developed a reader that shows on a webview the content of an html file after adding horizontal paging to it using .css. Everything was working fine but on ios7 I have noticed that the webview is getting clipped at the left edge I have tried the following: readingWebView.frame = CGRectMake(0, 0, 768, 920); [readingWebView loadHTMLString:loadString baseURL:nil]; readingWebView.autoresizingMask =