Description
Describe the bug 🐞
I'm using sextant to create a simple Login Page -> Logedin Page app.
FIrst a simple root Navigation page where the app first navigates to.
After, the user clicks on Login Button and the app navigates to a classic FlyoutPage.
The issue I see is specific on Android. When I navigate to the Flyout page, it just acts as if its a Navigation Page.
Step to reproduce
- App.cs navigate
https://github.com/DanielCauser/SextantNavigation/blob/main/SextantNavigation/App.xaml.cs#L21 - On the MainPage of the app, user clicks on the Login Button.
https://github.com/DanielCauser/SextantNavigation/blob/main/SextantNavigation/MainViewModel.cs#L17 - Notice that on Android, when the app finishes navigating there is no hamburger menu (Flyout) Present.
Reproduction repository
https://github.com/DanielCauser/SextantNavigation
Expected behavior
When you clean the stack, and navigate to Flyout Page, the flyout popover behaviour should work.
Screenshots 🖼️
User lands on pretty Login page.
Once user Logs in, they navigate to the flyoutpage (For the life of me I can't make the hamburger button show, but the flyout page behaviour is there):
However on Android, the apps just navigates to the Flyout -> Detail page and gets stuck there. No Flyout popoover behaviour happens.
IDE
Visual Studio 2022
Operating system
Mac
Version
3.0.1
Device
Any Android Device
ReactiveUI Version
ReactiveUI.Maui" Version="20.1.1"
Additional information ℹ️
No response