You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this awesome work! Would it be possible to make InvokeJsMethodAsync configurable. We have a scenario where we need this code snippet in HybridWebView.cs for our React component to display a form correctly:
Thank you for this awesome work! Would it be possible to make InvokeJsMethodAsync configurable. We have a scenario where we need this code snippet in HybridWebView.cs for our React component to display a form correctly:
instead of
return await EvaluateJavaScriptAsync($"{methodName}({(paramValues == null ? string.Empty : string.Join(", ", paramValues.Select(v => JsonSerializer.Serialize(v))))})");
Thanks!
The text was updated successfully, but these errors were encountered: