Is there a way to create bi-directional communication between MAUI app and web application using HybridWebview in .NET 7 MAUI
Mane, PRASHANT GORAKH
106
Reputation points
I have created simple MAUI application and trying to communication with Blazor web application through HybridWebView MAUI.
Here's MAUI application Source code link
https://github.com/PrashantGorakhMane/WebView-MAUI.git
and
sample blazor application source code link
https://github.com/PrashantGorakhMane/BlazorSampleApp.git
I'm able to invoke MAUI C# methods from WebView, but can't invoke Web blazor methods from MAUI and even not able to return any value.
Developer technologies | .NET | .NET MAUI
4,171 questions
Sign in to answer