-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[iOS] Disabled animation for NavigationBar on initial display #27080
base: main
Are you sure you want to change the base?
[iOS] Disabled animation for NavigationBar on initial display #27080
Conversation
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@PureWeen Thoughts? |
Can you post your sample that you're reproing here? I'm having a little trouble mapping your description to the issue the user has logged. |
Screen.Recording.2025-01-17.at.00.34.29.mov |
Description of Change
This PR disables the animation for showing or hiding the navigation bar when a page is displayed for the first time by setting
Shell.NavBarIsVisible
. Subsequent changes toShell.NavBarIsVisible
remain unaffected and will animate (maybe they shouldn't though? On Android, displaying or hiding the navigation bar does not involve any navigation transitions)Issues Fixed
Fixes #26994
Screen.Recording.2025-01-12.at.02.51.47.mov
Screen.Recording.2025-01-12.at.02.45.59.mov