Код: Выделить всё
await webView.EvaluateJavaScriptAsync("window.addEventListener(\"HybridWebViewMessageReceived\", function(e) {});" +
"var btns=document.querySelectorAll('button,input[type=button],input[type=submit]');" +
"for(var i=0;i
Подробнее здесь: [url]https://stackoverflow.com/questions/79681520/handle-onclick-button-event-in-maui-webview-with-hybridwebview[/url]
Мобильная версия