Vincent Croft
Vincent Croft
Please resolve this. 👍 In this case the rollback works but another error which prevents iOS testing/release, the rollback did not work: [https://developercommunity.visualstudio.com/t/Failed-to-pair-to-Mac-with-error-Could/10138259?entry=problem](https://developercommunity.visualstudio.com/t/Failed-to-pair-to-Mac-with-error-Could/10138259?entry=problem)
Also have this issue... multiple distortions to a CollectionView inside a RefreshView: 1. With 1 item in the CollectionView, the item indents so only half of the item (a Border)...
The workaround suggested by @samirgcofficial works for iOS and does not affect Android but it completely messes up the WinUI layout (worse than the original iOS issue). Please can this...
I also have this problem and it is a big pain to debug as many pages have grids with column/row definitions. 17.4 Preview 2.1
Please can this be fixed? It is a showstopper for MAUI migration - I cannot use ViewCells on Android (which work fine in Xamarin) and as @BinaryAssault comments there is...
It is really poor this is not being fixed. ViewCell does not work in maui and is a showstopper for migration. Please prioritise fixing critical maui bugs that stop migration...
Please prioritise MacCatalyst support and MAUI support in general. MS is pushing MAUI but this does not seem to be fully aligned across MS.
The workaround, e.g. `HeightRequest="{OnPlatform Android=700}"` ...does not resolve the issue, depending on the screen content, the layout affects can be very strange, including exposing the underlying screen when a modal...
Please have a look at this. @davidortinau provides an example of using `DeviceDisplay.Current.MainDisplayInfo.Width` in the [.NET 7 Release Candidate 1 release notes](https://devblogs.microsoft.com/dotnet/dotnet-maui-in-dotnet-7-rc1/): to position the screen within the window... but...