Je fait comme cela:
myInterface.addJSInterface(WebView1, "B4A")''''''''''''''''new
WebView1.LoadUrl("
http://meteofrance.com/previsions-meteo-france")
Sub WebView1_PageFinished (Url As String)''''''''''''''''''new
Dim jsStatement As String
jsStatement="B4A.CallSub('process_HTML', document.documentElement.outerHTML)"
Log("PageFinished: "&jsStatement)
myInterface.execJS(WebView1, jsStatement)
End Sub
Sub process_HTML(html As String)'''''''''''''''''''''''''''''new
Log("processHTML: "&html)
File.WriteString(File.DirRootExternal,"toi1.txt",html)'sauvegarde le fichier issue de web1 sur toi1.php.htm
End Sub
et je mon fichier html est dans le fichier toi.txt