I change my HTML to the following so the webview just load the image from the server:
strHtml = strHtml & $"<p><img src="https://mydomain.com/images/"$ & strfilename & $"" width="100%"></p>"$
Just wondering whether webview able to load the image from device storage such as
File.DirDocuments?