Hi,
i want to load a local html file in webview
how can i do ?
i want to load a local html file in webview
how can i do ?
tnxOpen the files tab in your IDE, select tnx"Add Files", and choose your html file.
B4X:Dim WebView1 as WebView WebView1.LoadUrl("file://" & File.Combine(File.DirAssets, "yourhtmlfilename"))
dont work !The other files should be in the Files folder as well. If it doesn't work for you then please upload your project.