it is a text.txt file not a .html
I tried what you said and it does not do anything.
I can go in with file manager and select the file and open with HTMLviewer
an it opens ok.
Dim ShowMe As WebView, TxT as string
Txt="FileName"
ShowMe.Initialize("ShowMe")
ShowMe.LoadUrl("file://" & File.Combine(File.DirRootExternal,"FirstFolder\SubFolder\"&Txt&".txt"))
Runs with NO errors, just does not do anything.
I am 100% I got the path correct.