I have html file and corresponding png files in Files directory (yes - they are shown in IDE Files tab too). I can load html file via WebView LoadHtml:
but then I can't see images as:
in html code will not help.
And of course WebView LoadUrl shows nothing:
I must missing something, but I think that android_assets is not right place for B4J apps. I wasted already more than 2 hours to search a solution, but nothing. 
B4X:
wv.LoadHtml(File.ReadString(File.DirAssets, "abi.html"))
B4X:
<img src="file:///android_asset/ikoon.png"/>
And of course WebView LoadUrl shows nothing:
B4X:
wv.LoadUrl("file:///android_asset/abi.html")