Execute Javascript in Xamarin.Forms WebView

await webview.EvaluateJavaScriptAsync($"myFunction({p1}, {p2})");