I have added a picture in my project and I have checked the checkbox on the left side of the file name. I try to display the image on a WebView. How can I get the image path? I set the contents of the WebView using the LoadHtml member function.
How can I get the path of the embeded image that I have put in my project?
B4X:
WebView1.LoadHtml("<b>Test</b><br><img src='Chrysanthemum.jpg'>")
How can I get the path of the embeded image that I have put in my project?