You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
How might Shell make it clearer how you can add pages to AppShell.xaml that do not belong in a tab bar or flyout menu?
This could be a single page or a series of pages. Common use cases:
Onboarding
Login, Registration
In some cases the user should only see these when intended, often at the start of an app, and should not be able to return via a back navigation. This aspect is more to do with the navigation service.
Non-Navigation Pages in Shell
How might Shell make it clearer how you can add pages to AppShell.xaml that do not belong in a tab bar or flyout menu?
This could be a single page or a series of pages. Common use cases:
In some cases the user should only see these when intended, often at the start of an app, and should not be able to return via a back navigation. This aspect is more to do with the navigation service.
https://gist.github.com/davidortinau/ab64a5f937c1f4bd44f50b9365f128e3
The first page in AppShell is displayed first. Since this proposal is not a ShellItem, no menus are displayed.
Navigation bar should be visible by default, and may be hidden.
What should this section of the app be called?
An app may have multiple, for example both an Onboarding and a Login.
API
[ class ]
Properties
Events
Scenarios
Backward Compatibility
Difficulty : [low/medium/high]
The text was updated successfully, but these errors were encountered: