Hi,
I load a html file into a webview, works fine in debug but nothing seems to load in release mode.
It gets loaded like this (below), and info.htm is in my files.
any ideas what I could try?
I load a html file into a webview, works fine in debug but nothing seems to load in release mode.
It gets loaded like this (below), and info.htm is in my files.
B4X:
WebView1.LoadUrl("file://" & File.Combine(File.DirAssets, "info.htm"))
any ideas what I could try?