what is the [Entire] code for loading a saved web page into webview? I accidentally had it working but I didnt save my code and now I can't accidentally get it to accidentally work again.
B4X:
WebView1.Initialize("WebView1")
Activity.AddView(WebView1, 0, 0, 100%x, 100%y)
WebView1.LoadHtml("file:///android_asset", "test.htm")