K kohlenach Member May 20, 2024 #1 Hi, On my website I use javascript to call a b4x sub : (webview) B4X.CallSub("Log_TextToB4a", true, result['id_place']); How I do this with Ultimate Webview2 ? Thanks rgs J.
Hi, On my website I use javascript to call a b4x sub : (webview) B4X.CallSub("Log_TextToB4a", true, result['id_place']); How I do this with Ultimate Webview2 ? Thanks rgs J.
K kohlenach Member May 20, 2024 #2 I solved the problem. B4X: jsi.Initialize 'Class globals : Private jsi As UltimateJavascriptInterface UltimateWebView1.addJavascriptInterface(jsi, "B4X") Upvote 0
I solved the problem. B4X: jsi.Initialize 'Class globals : Private jsi As UltimateJavascriptInterface UltimateWebView1.addJavascriptInterface(jsi, "B4X")