Eilon Lipton
Eilon Lipton
Thank you @TheCakeMonster for the repro, I will take a look!
Very nice, I will review!
Tagging @lachlanwgordon . I think this was a deliberate omission when @lachlanwgordon first added Shell because we thought it better to get _something_ checked in, and resolve everything else whenever...
Here's a meta-issue where @lachlanwgordon enumerated several limitations with what we currently have: https://github.com/dotnet/MobileBlazorBindings/issues/157 But I think it's fine to have this specific issue open for this specific problem.
Hi @genifycom this is something we're working on for the official BlazorWebView support in .NET 6 as part of .NET MAUI. We will have full support for "scoped CSS", which...
Hi, each of the Android/iOS/Windows/MacOS projects has its own `wwwroot/index.html` file. You will need to update each `index.html` file to include the CSS reference.
@angelru yes, in general you should be able to add a BlazorWebView control from Mobile Blazor Bindings to your Xamarin.Forms app, and you can then host your Blazor web components...
Hi @angelru it's probably simpler than you might think 😄 A Mobile Blazor Bindings app is really a Xamarin.Forms app that happens to use a BlazorWebView control that loads some...
@Xyncgas that isn't the case. _All_ the C# code in a Mobile Blazor Bindings app runs in the same process and can all "talk" to each other. There's no browser...
@Xyncgas both Mobile Blazor Bindings (experimental) and Blazor Desktop (supported) use the same technique to run the app. All the .NET code runs in the same process, it's just that...