Webview don't display local html page.

initelsnc

New Member
Licensed User
Longtime User
Can you help me. I created an application that should display with webview a offline html page which is located in the root of my tablet
The codiìe is:
WebView1.LoadHtml(File.DirRootExternal & "/html/index.htm") were File.DirRootExternal is "/mnt/sdcard".
Thanks Michele
Sorry for bad english.
 

aklisiewicz

Active Member
Licensed User
Longtime User
can you explain what is:
"html/index/html")) ?

should we use LoadHTML ot LoadURL ?

Arthur
 
Upvote 0
Top