Android Question Display pictures in an HTML iFrame

MitchBu

Well-Known Member
Licensed User
Longtime User
I know how to display pictures in HTML, using code such as :
B4X:
<img src="file:///File.DirInternal/Default.jpg">

It works just fine, except when the same code is in an iFrame. It seems the HTML does not see the file.

Any idea ?

TIA
 
Top