How can I open a WebArchive in a UIWebView?
I'm trying to open a Webarchive stored in a Core Data database. The Core Database was created on a Mac and filled with some Webarchive by using a WebView. Now I want to display these WebArchives in the UIWebView in iOS. The problem is that I don't know how to do that. In a similar post to this ( here ) Digital Robot said, that Webarchives are supported on iOS and I only have to load it from disk with a simple NSURLRequest into the UIWebView. The problem here is, that it doesn't get loaded - I only get a blank UIWebView. Here is the code i tried : NSURL *url = [NSURL fileURLWithPath:[