Sunday, 11 August 2013

Fail to loading local image file to webview in cocoa

Fail to loading local image file to webview in cocoa

I tried to load local imagefile to WebView, but it does not work.
my source is pretty simple,
<style> [IUName = test]{background-image : url(/Users/me/test.jpeg); }
</style><body><div IUName=test></div> </body>
Is this a sandbox problem? or url problem? I tried lots of thing but
nothing works. I tried registerURLSchemeAsLocal:"HTTP", but even it does
not work.

No comments:

Post a Comment