Eilon Lipton
Eilon Lipton
Hi @jorgepluna we are working on making some of the components in this repo into official parts of .NET Core 6. You can track the following .NET 6 work items...
@arivera12 ah yeah I think for me that's conceptually included as part of this one: > * Build your UI in a Razor Class Library (RCL) and share the same...
Hi, iOS is supposed to work, but maybe a new issue has come up. Did you try running in the iOS Simulator or on a physical iOS device?
Are you able to try on the iOS Simulator? I've occasionally seen issues where it works on Simulator but not on a physical device. That could help narrow down what...
Hi @SuperRealTeam , I'm not certain, but I think that custom renderers should work exactly the same as they do in any other Xamarin.Forms app. Mobile Blazor Bindings just creates...
@mg1357 , in general the way to do this is so define a "service" in the Dependency Injection (DI) container and then use that service from both the Blazor UI...
Interesting, that is definitely something to consider. I wonder if there's some clever syntax to avoid reflection and have the compiler provide the delegate with the right identity? It's just...
Anyway, this is hardly a big matter, I just don't like extension methods on object 😁
Closing this because there are workarounds and it isn't yet clear if this is a common scenario. Please see this comment for more details and discussion: https://github.com/dotnet/MobileBlazorBindings/pull/322#issuecomment-780179951
Re-opening for further consideration.