I am trying to display a picture file in the B4i WebView, but it does not work.
Here is how I get the code for an img tag src. Before calling that, I make sure the file exists.
I get a full path to a file:
src: "file:///var/mobile/Containers/Data/Application/EF6DB2F1-7AE0-4441-945A-26D01E0D276E/Library/com.bujardet.data/test2_1618643146657_letter_logo.jpg"
Problem is, nothing appears.
What should I do ?
TIA
Here is how I get the code for an img tag src. Before calling that, I make sure the file exists.
src:
Dim src As String = QUOTE & xui.FileUri(AppData, filenameLetterPicture) & QUOTE
I get a full path to a file:
src: "file:///var/mobile/Containers/Data/Application/EF6DB2F1-7AE0-4441-945A-26D01E0D276E/Library/com.bujardet.data/test2_1618643146657_letter_logo.jpg"
Problem is, nothing appears.
What should I do ?
TIA