In my iPad App I have a modal view (UIViewController with modal presentation style UIModalPresentationPageSheet)
UIViewController
UIModalPresentationPageSheet
Inside the view is a UIWeb
Do integrate following code to sort out the problem.
-(void)viewWillDisappear:(BOOL)animated { [webView loadHTMLString:nil baseURL:nil]; }