JavaScriptBridge
interface JavaScriptBridge
Executes JavaScript against the current page and installs scripts that should run before the page's own JavaScript.
Platform implementations map this API to the native WebView bridge:
Android uses
WebView.evaluateJavascriptand AndroidX WebKit document-start scripts.iOS and macOS use WebKit user scripts injected at document start.
Desktop/JVM forwards calls to the native backend through
WebViewBridgePanel.