Javier Suárez

Results 549 comments of Javier Suárez

Tested the sample with https://github.com/dotnet/maui/issues/8150#issuecomment-1370821991 to validate resizing the shadow host on Windows. ![fix-shadow-win](https://github.com/dotnet/maui/assets/6755973/82c619ce-0f63-4237-b75c-dc9c29470c17)

> Are there any tests we can add for these changes? Sure. ![image](https://user-images.githubusercontent.com/6755973/236802888-f1670366-2b61-4d1a-ab57-1b0c809612f1.png)

> Please test changes against #18059, too. Thanks! Added a specific device test to validate that case.

ContentView custom control not rendering in the detail page. ![image](https://user-images.githubusercontent.com/6755973/223439265-e9864653-d9fa-44dc-b269-8f21bfc3bc73.png)

> @jsuarezruiz did you test this against the latest main branch? or is this just the latest released of MAUI? Latest release.

> Can we add a test? > > When opening the swipeview programmatically we can see if the size matches what we expect? Added different device tests. ![image](https://user-images.githubusercontent.com/6755973/224701572-b5448474-31e9-45d9-a4f8-09a198282fc5.png)

This PR also will fix https://github.com/dotnet/maui/issues/10291