Dominex Active Member Licensed User Longtime User May 3, 2014 #1 To properly use the link in an HTML file in the directory "DirAssets" should be changed to "file :/ / / android_asset /", while for the directory "DirDefaultExternal" how is converted?
To properly use the link in an HTML file in the directory "DirAssets" should be changed to "file :/ / / android_asset /", while for the directory "DirDefaultExternal" how is converted?
Erel B4X founder Staff member Licensed User Longtime User May 4, 2014 #3 It is better to post the solution for others who might encounter it in the future. The solution should be: B4X: "file://" & File.Combine(File.DirDefaultExternal, "yourfile.html") Upvote 0
It is better to post the solution for others who might encounter it in the future. The solution should be: B4X: "file://" & File.Combine(File.DirDefaultExternal, "yourfile.html")