I have like web page.(under below).
I loaded Webview this page.
And I want read return value.
How can I read this value?
I complate ,t, work code extrenal b4A code.So I cant read return value.
I loaded Webview this page.
And I want read return value.
How can I read this value?
B4X:
<html>
<script type="text/javascript">
function myFunction(a, b) {
return a * b;
}
</script>
<body> TEST</body>
I complate ,t, work code extrenal b4A code.So I cant read return value.
B4X:
WebView_ex.executeJavascript(WebView_harita,"myFunction(3,5)")