Braden Cohen
Braden Cohen
Any update on a fix for this? I took an approach of overriding the MoveAnimation and adding a Task.Delay to the OnAppearing and it didn't seem to help. Pretty annoying...
@jlbeard84 works like a charm, thanks!
I don't think `-maui-orientation` makes sense for `HorizontalStackLayout` or `VerticalStackLayout`. To enable `-maui-spacing` I _think_ you would just need to do something like: `[assembly: StyleProperty("-maui-spacing", typeof(StackBase), nameof(StackBase.SpacingProperty))]` Then remove the...
# TLDR: Workaround Go ahead and drop this handler in (only target your iOS platform), and it should hopefully make things more bearable: ```csharp /// /// A handler for the...
Related, potentially: https://github.com/dotnet/maui/issues/18223
> @omghb not sure if there's a built-in solution for this, but I guess you can just go up untile parent is null, if some control has IsVisible set to...
Any idea on when this could be reviewed @mattleibow @jsuarezruiz ? No rush, there is a decent workaround posted, just wanted to see if there was anything else required on...
I see that some checks were unsuccessful. Let me know if there's anything I can do to help resolve that!
> I want to include some tests in this PR. The same where reproduce the issue is this one https://github.com/GODston/Public right? Yes it is. I'm still learning and would be...