Is there a way to create bi-directional communication between MAUI app and web application using HybridWebview in .NET 7 MAUI
PRASHANT GORAKH MANE
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
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Sign in to answer