I have a iOS app to load a html string which refer to external css file and javascript file in the same directory.
Here is my html file:
&l
like the others have said
use baseURL:[NSURL fileURLWithPath:[[NSBundle mainBundle] bundlePath]]];
copy Bundle Resources and not in Compile Resources.
thats it!