I would like to load a stored webview with this line
[wvTop loadHTMLString:ev.htmlEventTop baseURL:[NSURL fileURLWithPath:DOCUMENTS_FOLDER]];
it works as it should, but now I have some troubles to display images with relative paths.
How can I load the html an tell where to look for the files?