Hello everyone, I'm having a strange issue and I hope someone can tell me why this is happening.
I have a project where I load some images in a webview, code I'm using for this is something like this:
WebView1.LoadHtml("<html><body><img src='file:///android_asset/myimage1.png'/></body></html>")
myimage1.png is in the files tab...
it works good in a laptop with Windows 7 professional, but when I copy all the files in a pc with Windows XP the images don't load at all...
Anyone know what could cause this problem? Any help will be higly appreciated
Thanks
Massy