Re: Problems displaying an image in UIWebView [solved]

2009-07-16 Thread Andrew Farmer
On 16 Jul 2009, at 09:55, M.S. Hrishikesh wrote: Although it may display correctly, that's still not correct. The URI scheme goes first, like this: ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or mode

Re: Problems displaying an image in UIWebView [solved]

2009-07-16 Thread M.S. Hrishikesh
Adding "file://" to the src tag fixed it. I also replaces all spaces with "%20" (example "Application Support" with "Application%20Support") but I dont think that matters. /> Hrishi On 7/16/09 9:58 PM, M.S. Hrishikesh wrote: Forgot to add: I am accessing the image file like this NSStri