MitchBu Well-Known Member Licensed User Longtime User Aug 2, 2020 #1 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
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
Erel B4X founder Staff member Licensed User Longtime User Aug 2, 2020 #2 This code will not work. I also recommend you to avoid using WebView if possible. Code to show image in WebView: [B4X] Use WebView to show large images Upvote 0
This code will not work. I also recommend you to avoid using WebView if possible. Code to show image in WebView: [B4X] Use WebView to show large images
MitchBu Well-Known Member Licensed User Longtime User Aug 2, 2020 #3 It works perfectly, now. Thank you Erel Upvote 0