Just want to ask how to display html file on webview. I'm using this code
but it displays Webpage not available, I added "main.html" to the File folder.
Thanks,
microbox
B4X:
'WebView1.LoadUrl("file:///" & File.Combine(File.DirAssets, "main.html"))
Thanks,
microbox