I have no problems loading picture files stored (originally!) in the Files directory into an ImageView, but can't load an html file stored in the same place into a WebView as I get a File Not Found error; why doesn't this code work, and what needs to change?
FileName = "testfile.html"
WebView1.LoadUrl ("file:///DirAssets" & FileName)
Thanks for help!
John
FileName = "testfile.html"
WebView1.LoadUrl ("file:///DirAssets" & FileName)
Thanks for help!
John