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
22.04k stars 1.73k forks source link

Shell.PresentationMode = NotAnimated does not work on ios. #19584

Open DogukanCatal opened 9 months ago

DogukanCatal commented 9 months ago

Description

Shell.PresentationMode = NotAnimated does not work on ios. Therefore, can not disable fade in/out animation while navigating to/from flyout item.

Steps to Reproduce

  1. Create a shell flyout menu with flyout items.
  2. Set Content page's Shell.PresentationMode to NotAnimated
  3. Navigate to that page to see animation.

Link to public reproduction project repository

No response

Version with bug

7.0.101

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS 17

Did you find any workaround?

No.

Relevant log output

No response

kubaflo commented 8 months ago

Can't replicate it on the 8.0.3 version

https://github.com/dotnet/maui/assets/42434498/4a96abf3-166c-4c5b-a9c5-d52f6c6e1ad4

ninachen03 commented 5 months ago

Verified this issue with Visual Studio 17.10.0 Preview 3 (8.0.20),I can repro this issue on iOS platform.

PureWeen commented 4 months ago

/similarissues

github-actions[bot] commented 4 months ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.