Feb
23
A simple workaround for an iOS 5 bug with video playback from a UIWebView
Here’s a workaround for a bug introduced by iOS 5.0: when displaying a full-screen video from a UIWebView in a view controller within a UINavigationController, the view controller won’t receive the typical willRotate / didRotate calls, and won’t be queried as to whether the controller should rotate.
