MobileBlazorBindings icon indicating copy to clipboard operation
MobileBlazorBindings copied to clipboard

CustomRender for Shell

Open AmrElsherif83 opened this issue 4 years ago • 1 comments

Hello Mobile Blazor Team

Shall I ask how to Make CustomRender for Shell in Mobile Blazor which typeof here to use to effect on the Shell assembly: ExportRenderer(typeof(Xaminals.AppShell), typeof(Xaminals.Droid.MyShellRenderer))]

AmrElsherif83 avatar Aug 30 '21 02:08 AmrElsherif83

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 the regular Xamarin.Forms components, so if you have custom renderers, they should get loaded as usual.

If something isn't working, can you show what you tried, what you expected to happen, and what actually happened?

Eilon avatar Aug 30 '21 16:08 Eilon