dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.98k stars 1.72k forks source link

[Windows] Layout issues #3461

Open jsuarezruiz opened 2 years ago

jsuarezruiz commented 2 years ago

Description

Porting a sample from Xamarin.Forms to .NET MAUI (Preview 10), can see some differences in Layouts (size, padding etc) compared with Xamarin.Forms.

image

(With a red rectangle marked the affected areas)

Steps to Reproduce

  1. Download the Xamarin.Forms sample: https://github.com/jsuarezruiz/FoodDeliveryAppDuo

  2. Download the .NET MAUI sample: FoodDeliveryApp.zip

  3. Launch both and compare.

Version with bug

Preview 10 (current)

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

Windows SDK 10.0.17134.0

Did you find any workaround?

Apply changes in margin, paddings etc. But, the values are differents compared with Xamarin.Forms.

Relevant log output

No response

v-xiaofchen commented 2 years ago

Verified repro with windows and the above project. Picture15

ghost commented 2 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

Zhanglirong-Winnie commented 1 year ago

Verified this issue with Visual Studio Enterprise 17.6.0 Preview 2.0. Repro on Android device, Android emulator, iOS device and iOS simulator with sample project. FoodDeliveryApp.zip image