-
I'm trying to create an app where the Main page is a FlyoutPage, (A left panel (Flyout) with some info and a right panel (Detail) with a list of objects). When selecting an object, I'd like to open a new FlyoutPage in order to use in context of this object. (Using the Flyout as a menu and the Details as the presenter for the selected menu item). I'm aware that Maui docs says that FlyoutPages only works correct if they are the root/main page of the application. This I can confirm after trying to use them on top of eachother anyway. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I can see there is an open issue around similiar issues. Sorry for posting too soon... Closing |
Beta Was this translation helpful? Give feedback.
I can see there is an open issue around similiar issues. Sorry for posting too soon... Closing
#18830