Javier Suárez

Results 653 comments of Javier Suárez
trafficstars

> @jsuarezruiz I pushed one small change to capture the Context and cache its use in a couple places in this view. Better, thanks.

> > Test is failing > > > > Leave a small change behind, fixed. @rmarinho Could you review it again?. Thanks.

Are you using the Dark theme in the system maybe?

> @jsuarezruiz can you add a test for this? Given this didn't cause any tests to fail I assume we don't have coverage - maybe there's an opportunity here to...

> I ran into the same problem today as well. Could you share more information or a small sample where reproduce the issue?

Similar or related with https://github.com/dotnet/maui/issues/11598

The PR require some changes in the public API. Will maintain the changes up to date but need to wait to .NET 8.

Will this be part of .NET 8? Should we complete it from the Draft to PR for review?

The .NET MAUI SwipeView control makes use of the SwipeControl https://learn.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.controls.swipecontrol?view=winui-2.8 It is the most logical mapping although it is not 1:1 equivalent. Among the differences: - SwipeControl is intended...