I would like to load [NSURL fileURLWithPath:@"2.html"]
in UIWebView
use NSURLCache
, the cachedResponseForRequest: function is executed and return a NSCachedURLResponse
object which is performed correctly at http:// scheme.
But The UIWebView
load failed finally. Did I miss some optional?
I want to use UIWebView
load html file in a compressed file, and I do not expect to uncompress the files to disk. is there any suggestion.