Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting PreferredStatusBarUpdateAnimation does not affect Status Bar Hiding Animation #21866

Open
dustin-wojciechowski opened this issue Apr 16, 2024 · 0 comments
Labels
area-core-platform Integration with platforms platform/iOS 🍎 s/triaged Issue has been reviewed t/bug Something isn't working
Milestone

Comments

@dustin-wojciechowski
Copy link
Contributor

dustin-wojciechowski commented Apr 16, 2024

Description

We came across this when addressing #19970. The values previously weren't being assigned, but now we can see that they are in the debugger, even if there is no visual change.

See Current Behavior (Once PR #20069 lands) and expected behavior in this comment

@kubaflo discovered here that this also is not occuring in a blank XCode project with suggests that problem maybe with the iOS platform rather than MAUI itself.

Steps to Reproduce

  1. Compile the Maui.Controls.Sample project and run it on an ios device (preferrably iPhone)
  2. Go to Platform Specifics, and then search for "Hide Status Bar"
  3. Toggle the status appearance (default, on, off) and see that the status bar blinks on and off visually.
  4. Select the toggler to iterate through the different animations (no animation, slide, fade). Notice that no animation is played.

Link to public reproduction project repository

https://github.com/dotnet/maui

Version with bug

8.0.20 SR4

Is this a regression from previous behavior?

No, this is something new

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS 17.2, 16, 15

Did you find any workaround?

No response

Relevant log output

No response

@dustin-wojciechowski dustin-wojciechowski added the t/bug Something isn't working label Apr 16, 2024
@dotnet-policy-service dotnet-policy-service bot added the s/triaged Issue has been reviewed label Apr 16, 2024
@PureWeen PureWeen added this to the Backlog milestone May 7, 2024
@PureWeen PureWeen added the area-core-platform Integration with platforms label May 31, 2024
@samhouts samhouts removed the s/triaged Issue has been reviewed label Jul 3, 2024
@samhouts samhouts added the s/triaged Issue has been reviewed label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-platform Integration with platforms platform/iOS 🍎 s/triaged Issue has been reviewed t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants