How to build url string to load local file into webview ?
I use for b4A:
and html with
but in B4i picture file is not loaded
I use for b4A:
B4X:
m_sPicture_url = $"file://${File.Combine(a_sFullDirName, a_sFileName)}"$
B4X:
$"<img src="${m_sPicture_url}"/>"$
but in B4i picture file is not loaded