I have a Universal app with a webView which resize when an orientation change occurs.
On the iPad simulator, the webView automatically reflows to fit the new width.
But on the iPhone simulator, the content doesn’t reflow and some of it gets cut off.
Is this a known WebView Bug ? How do I fix this issue?
My webview just loads a remote html page.
I am testing on IOS 4.3
In the interface builder, you have to adjust the properties of the WebView to make it stretch on orientation change. Make sure you did that. It looks like this in Xcode:
