Eilon Lipton

Results 497 comments of Eilon Lipton
trafficstars

In Mobile Blazor Bindings it's registered as **scoped**: * https://github.com/xamarin/MobileBlazorBindings/blob/master/src/Microsoft.MobileBlazorBindings.WebView/BlazorHybridServiceCollectionExtensions.cs#L18 In Blazor Server it's registered as **scoped**: * https://github.com/dotnet/aspnetcore/blob/b795ac3546eb3e2f47a01a64feb3020794ca33bb/src/Components/Server/src/DependencyInjection/ComponentServiceCollectionExtensions.cs#L78 In Blazor WebAssembly (WASM) it's registered as **singleton**: * https://github.com/dotnet/aspnetcore/blob/902c3996902fed110ca96d7580a5659aa7c4fa02/src/Components/WebAssembly/WebAssembly/src/Hosting/WebAssemblyHostBuilder.cs#L228 So...

Hmm yes, the ModalContainer control is... hacky... at best! It was an experiment on how to go between Blazor and Xamarin.Forms and back again, and it works great... until it...

Ah, you want Android Back button to navigate back in the Web View of the hybrid app?

Got it, we'll have to take a look at this, I'm sure there's a way to do it.

@ozzioma no update at this time. For now this is considered a low priority item but if someone wants to investigate and propose a fix, we could certainly look at...

Re-opening so that we can see if there's something we can fix here. @AmirImam - this is an experimental project right now so Use At Your Own Risk. There are...