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 was archived by the owner on May 1, 2024. It is now read-only.
When using activity indicator on a ShellApp project, the NavBar stills unblocked and the user can navigate back or navigate through menu even when app is busy.
API Changes
In order to allow the activity indicator to cover full screen, even the nav bar, a template can be add to the appshell.xaml configuration for when the application is busy.
Intended Use Case
Every time we need a loading on the screen, we can just call Shell.IsBusy or something like that and the template will be activated.