Eilon Lipton
Eilon Lipton
@angelru the way this works is the same between Mobile Blazor Bindings and .NET MAUI w/ BlazorWebView. You can place your various Blazor components in a Razor Class Library (RCL)...
Yup, I will update this. The pages are editable via https://github.com/MicrosoftDocs/mobile-blazor-bindings but I already plan to do this update.
Can you share what the CSPROJ looks like?
Hi @whann0205 I just installed the Mobile Blazor Bindings templates on a new Windows computer and it all seemed to run fine for both iOS (through the remote iOS Simulator)...
Also, can you check exactly which version of VS you have? Open the VS that you were using for this project, go to Help/About, press "Copy Info", and paste here.
I haven't had time to take a look at this yet. If you can test this with a regular Xamarin.Forms app that could be helpful to identify if there's any...
Hmm I've never seen that error with the bundle in MobileBlazorBindings, but I've seen it in .NET MAUI with Blazor Desktop and here's how we worked around it: https://github.com/dotnet/maui/blob/b4b2d1172d029c7cf356eb6f824938edafc89c99/src/BlazorWebView/src/Maui/build/Microsoft.AspNetCore.Components.WebView.Maui.targets#L32-L49 But...
Can you try copying those exact highlighted lines into your app's main CSPROJ file?
It might be a while until I can take a closer look. If you're only using BlazorWebView for building hybrid apps, I recommend using .NET MAUI with Blazor Desktop, which...
Hi @pietrodicaprio thank you for the PR! I think that adding support for these events would be great! There's a pattern for mapping from Blazor events to Mobile Blazor Bindings...