Skip to content

FlyoutPage's menu icon not showing, when used in a NavigationPage on Android #22116

Open
@mnidhk

Description

@mnidhk

Description

In my apps i load the flyoutpage (Master/Detail) in a Navigationpage. Then i can load other pages, like a Pin Auth page on top of my menu/app so users don't lose their position in the apps when switching apps and must provide Pin etc

This works great on Xamarin and also on iOS MAUI. But on Android the icon/hamburger image is not showing so i can't use the menu through the icon.

Working:


	public App()
	{
		InitializeComponent();
		MainPage = new AppFlyout();
	}

Scherm­afbeelding 2024-04-29 om 11 20 04

Not working on Android (Just Works on IOS)

public App()
	{
		InitializeComponent();
		MainPage = new NavigationPage( new AppFlyout());
	}
Scherm­afbeelding 2024-04-29 om 11 18 49

Steps to Reproduce

No response

Link to public reproduction project repository

https://github.com/mnidhk/MAUI/tree/main/FlyoutPageSample

Version with bug

8.0.21 SR4.1

Is this a regression from previous behavior?

Yes, this used to work in Xamarin.Forms

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

No response

Did you find any workaround?

No, no workaround found

Relevant log output

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions