iPhone UIWebView slow loading to local HTML files
问题 I'm developing an app that requires caching web pages (completely) along with their CSS files and images after saving the entire HTML of the page (going through the links to store each file along with the HTML file). While viewing the HTML file offline, UIWebView takes a long time to load the page, given that I'm already offline, and the file is on disk along with its CSS and images. I'm using this code to load the file: NSData *htmlData = [NSData dataWithContentsOfFile:htmlFilePath]; [wView