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.95k stars 1.7k forks source link

Maui Shell Not Animated Not Working in IOS #14831

Open lucianparvu opened 1 year ago

lucianparvu commented 1 year ago

Description

Maui Shell Not Animated is Not Working in IOS. There is still an animation.

Steps to Reproduce

Set Shell.PresentationMode="NotAnimated"

Link to public reproduction project repository

-

Version with bug

7.0 (current)

Last version that worked well

7.0 (current)

Affected platforms

iOS

Affected platform versions

IOS

Did you find any workaround?

No

Relevant log output

No response

ghost commented 1 year ago

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

XamlTest commented 9 months ago

Verified this on Visual Studio Enterprise 17.9.0 Preview 1(8.0.3). Repro on iOS 17.0 and MacCatalyst 13.6.1, not repro on Windows 11 and Android 14.0-API34 with below Project: SPMNotWorking.zip

https://github.com/dotnet/maui/assets/97647558/62343fd0-7f8a-4964-920f-83566811b6e2

marcoablanco commented 3 months ago

The issue still persists in .NET 8. Are there any updates?