Flyout button is visible for a split second when navigating back to home page in Android #22144
Labels
area-controls-flyout
Flyout
platform/android 🤖
s/needs-attention
Issue has more information and needs another look
t/bug
Something isn't working
Description
Flyout button is visible for a split second when navigating back to home page in Android when Flyout is disabled with
Shell.FlyoutBehavior="Disabled"
. WhenMicrosoft.Maui.Controls
version is 8.0.21 it shows the flyout button for a split second. But whenMicrosoft.Maui.Controls
version is 8.0.7 it shows the back button for a split second. This happens with both emulator and device.I tried iOS (device and emulator), and it smoothly transitions.
maui8.0.7-android-nav.webm
maui8.0.21-android-nav.webm
Steps to Reproduce
Shell.Current.GoToAsync("page2")
Expected Behavior
nav bar should smoothly transition to the home page version (title with no icon)
Actual Behavior
appears glitchy: flyout button appears for a split second before disappearing, and title jumps to fill the empty space
Link to public reproduction project repository
https://github.com/cabauman/MauiAndroidNavBug
Version with bug
8.0.21 SR4.1
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 11 and up
Did you find any workaround?
Haven't found a workaround so far. I tried
NavigationPage
navigation instead of Shell but same result.Relevant log output
No response
The text was updated successfully, but these errors were encountered: