I have four view controllers and have added into navigation controller in appDelegate.
I am supporting portrait mode only and its working in iOS6. One of the view controller has webview which is loading httprequest and displaying webpage. But while playing any video from webview with fullscreeen, my video hasn't gotten autorotate. I want to add landscape support while playing video only. After finished I want to come back to portrait mode.
How to do that for iOS6?