I think it's the one but am a newbie in B4A. When I downloaded the zip file WebViewExtras_v1_42.zip and extracted it, it only contained a JAR and an XML file. I don't know how to open it in B4A.
Do you have a sample app that utilizes WebViewExtras_v1_42.zip?
You have to pass the data in a specific format, the second parameter of the call states whether or not the sub will update the GUI. The remaining parameters are all Strings for passing data. So you can only pass 3 string parameters at most. Although these can be JSON strings, so you can wrap an array of simple values in a JSON string using JSONstringify in Javascript and pass it as one parameter and retrieve the values in the array using JSON parse from the B4a JSON library.
Now here's another one ... I observed that the "onload" event in a <BODY> tag does not work with a WebView. I wanted the WebView to focus on an input box and open the keyboard when the page loads. Here's my sample code: