I’m wondering if anyone has been able to get function calls with more than one var in the signature to accept input from runJavaScript.
I have funcional communication between a WebView and html / js but can’t seem to get past this kind of evil:
webview.runJavaScript("return latlon('" + lat + "," +lon + "')")
this is obviously bogus.
But, it also just seems ‘flaky’.