I have a UISplitViewController which has a UIWebView assigned to its detailedView. The problem is that the UIWebView's content it is not resizing when I change the orientation.
I have added the meta tag to the loaded html
<meta name='viewport' content='width=device-width, initial-scale=1.0, user-scalable=no'>
and in a regular UIViewController works well. However in the UISplitViewController's detailedView has no effect. And it is the same UIViewController that works when not in the split view controller.
Does anyone know any workaround or fix for this?