Hello,
I have a WebView control in my application that displays tekst using LoadHTML.
I would now like to include a image inside the HTML (the file resides in the File.DirAssets folder of the appliction).
I tried to include something like "<img src='file://" & File.DirAssets & "/someimage.jpg'/>"
but this does not seem to work.
Thanks for any advice ...
I have a WebView control in my application that displays tekst using LoadHTML.
I would now like to include a image inside the HTML (the file resides in the File.DirAssets folder of the appliction).
I tried to include something like "<img src='file://" & File.DirAssets & "/someimage.jpg'/>"
but this does not seem to work.
Thanks for any advice ...