Javier Suárez

Results 549 comments of Javier Suárez

Could be related? https://github.com/dotnet/maui/issues/19882

I have to reviewed it, the Shadow is rendered but without setting the Background property the opacity seems to be higher. ![image](https://user-images.githubusercontent.com/6755973/175021736-f0a600f8-e84e-4ab9-98d2-37b596fd66fb.png) Workaround, set the Border Background.

> > Workaround, set the Border Background. > > Where are you setting the Background? Is this on the Shadow? Do you have a snippet for the workaround? In the...

After debugging a little bit, we have indeed gone from an average of 182fps (for 30s), to 0.65fps, a drastic drop in performance. This is a regression, introduced at https://github.com/dotnet/maui/commit/3f417755ea47b82b7daec807e723ea2bf6fa597d#diff-61362aac9bd0efecc45f0aec6d7c8c6d55758504c003e1109e7b4da0940b...

Could be related with: https://github.com/microsoft/microsoft-ui-xaml/issues/2527 Can reproduce the issue even with the changes: - SwipeControl without SwipeItems. - SwipeControl wrapped by a Container. - Setting default initial size, delay measuring...

The failing Windows Device Test is not related with the PR changes ![image](https://github.com/dotnet/maui/assets/6755973/0efe2ac1-cfa1-4abf-8b74-2df00b263671)

Alternative PR https://github.com/dotnet/maui/pull/21883