I display local html file in a WebView. It works, but the pictures in the html page do not show. They are coded to be next to the html page, and I verified the pictures files are indeed there, as expected.
Example code. Nothing unusual or fancy :
What could be preventing them to display ?
Example code. Nothing unusual or fancy :
B4X:
<img src="buttonpopup.png" align="BOTTOM" border="0" width="20">
What could be preventing them to display ?