iOS Question Load local file into webview

b4auser1

Well-Known Member
Licensed User
Longtime User
How to build url string to load local file into webview ?

I use for b4A:
B4X:
m_sPicture_url = $"file://${File.Combine(a_sFullDirName, a_sFileName)}"$
and html with
B4X:
$"<img src="${m_sPicture_url}"/>"$

but in B4i picture file is not loaded
 
Top