Re: WebView Loading Images from Local Filesystem

2010-01-31 Thread Jens Alfke
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

2010-01-31 Thread Jon Buys
Hello, I have a WebView where I am loading html like this: NSString *baseContextFile = [[NSBundle mainBundle] pathForResource:@"base" ofType:@"html"];