0
votes

I am using Shell via Xamarin Forms. I have noticed I can see the Flyout Menu (Hamburger Menu) only on the Contentviews/pages that is accessed via the Shell Menu itself.

However, if I access the view/page through a button on the view; then the Flyout Menu no longer appears

Any direction appreciated.

Home page and I click on the Select a Service Button

Now the Flyout Menu does not exist

However if I go through the Flyout Menu

I see the Flyout Menu correctly

1

1 Answers

0
votes

This is the design of Shell , Hamburger icon only shows on root page , if you push into next page(inside navigationpage) , the icon would change to back arrow which means you can click it to pop up to previous page .