I have a View
that is being called through a MenuItem
button. But within these View
contains another button that calls a new View
. This new View
opens off the burger menu, ie it hides itself.
I need this new View
to continue displaying the menu just above as in the first image.
I have already used PushModalAsync
and PushAsync
but continue this way.
How can I fix this issue?