Lines Matching refs:runJavaScript
12 …runJavaScript** to implement the JSBridge communication scheme. This method is applicable to the s…
49 - In the **initJSBridge** method, use **webviewControll.runJavaScript()** to inject the JSBridge in…
57 this.controller.runJavaScript(`
73 …to return the result to HTML5. In the callback, use **webviewControll.runJavaScript()** to call **…
90 // Use runJavaScript to call JSBridgeCallback to execute the callback.
92 this.controller.runJavaScript(`__JSBridgeCallback__("${id}", ${JSON.stringify(data)})`);
168 Use the **runJavaScript** API in **WebviewController** to asynchronously execute JavaScript scripts…
171 > **runJavaScript** can be invoked only after **loadUrl** is executed. For example, it can be invok…
175 [runJavaScript](../reference/apis-arkweb/js-apis-webview.md#runjavascript)
394 1. For communication from the native side to the HTML5 side, use the **runJavaScript** API. For com…
395 2. Both **runJavaScript** and **registerJavaScriptProy** are exposed in the C API on the NDK side.
400 [runJavaScript](../reference/apis-arkweb/js-apis-webview.md#runjavascriptext10), [registerJavaScrip…