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

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

Open
mnidhk opened this issue Apr 29, 2024 · 3 comments
Open
Labels
area-controls-flyoutpage FlyoutPage platform/android 🤖 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working

Comments

@mnidhk
Copy link

mnidhk commented Apr 29, 2024

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

@mnidhk mnidhk added the t/bug Something isn't working label Apr 29, 2024
@ninachen03 ninachen03 added s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Apr 29, 2024
@ninachen03
Copy link
Collaborator

Verified this issue with Visual Studio 17.10.0 Preview 5 (8.0.14& 8.0.21).I can repro this issue

@PureWeen
Copy link
Member

PureWeen commented May 2, 2024

/similarissues

Copy link
Contributor

github-actions bot commented May 2, 2024

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@Eilon Eilon added the area-controls-flyoutpage FlyoutPage label May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-flyoutpage FlyoutPage platform/android 🤖 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants