Eilon Lipton
Eilon Lipton
Hmm definitely some interesting ideas here, will have to think about the layering. Much of the layering here is "for convenience" so that 99.99% of projects can reference 1 NuGet...
So you want to be able to "handle" certain errors, and not just show a different (nicer) error message? Right now once the error gets to the error handler the...
@TheCakeMonster we could try to make this work. For now it's just an area where we put in a quick feature to make some really-bad scenarios be less-bad, but it's...
On Android you can collapse the keyboard by pressing the Back button or usually there's some other keyboard-close action you can take. But I think I've seen this before and...
Oh so in this case you _want_ the input to be focused but the keyboard is hiding it? So ideally the input would "scroll up" a bit at least temporarily?
Yeah I agree it's a bug I'm just not sure where the bug is. Ideally apps shouldn't have to do much to support this because it's an extremely common scenario....
Oh well that looks easy 😄
Hi folks, it's not clear to me if there's anything that Mobile Blazor Bindings needs to do or if it's a more general Xamarin/Xamarin.Forms thing, or if it's just a...
@arivera12 thank for the info. The BlazorWebView is a bit complex in terms of how it handles interaction with the native WebView but it doesn't have any logic for resizing/moving...
Hi @jeyakasipandi you can look at some of the built-in controls with complex properties and how they use `ObjectToDelegate`: https://github.com/dotnet/MobileBlazorBindings/blob/969cc4252d4bb5642569c6e154829f21e4fe39da/src/Microsoft.MobileBlazorBindings/Elements/Page.generated.cs#L46 However, a limitation of this approach is that the entire...