I need to load HTML "text" from a file stored on File.DirRootExternal.
I've successfully loaded from Asset using:
But I don't know the proper designation for "file:///android_external..."
Any suggestions will be welcomed.
Thanks,
Rusty
I've successfully loaded from Asset using:
B4X:
WebView1.LoadUrl("file:///android_asset/html.htm")
Any suggestions will be welcomed.
Thanks,
Rusty