Pass data from html JS webview to C# in MAUI
I am currently working on a custom leaflet map that I load using a webview in my xaml where the user is able to perform several actions, such as adding and deleting existing markers. The problem I’m facing is the data passing part from this webview back to my C# code.