Re: WebView Loading Images from Local Filesystem
On Jan 31, 2010, at 1:24 PM, Jon Buys wrote: > I'd like to be able to load images using an tag in my HTML from my > ~/Library/Application Support/ directory. I've been trying to use baseURL, > but I get strange results when I create a file URL that points to my > Application Support director
WebView Loading Images from Local Filesystem
Hello, I have a WebView where I am loading html like this: NSString *baseContextFile = [[NSBundle mainBundle] pathForResource:@"base" ofType:@"html"];