DIPS.Xamarin.UI
DIPS.Xamarin.UI copied to clipboard
[Enhancement] Sheet backdrop is shown over the navigation bar
Summary
As is defined in spec https://github.com/DIPSAS/DIPS.Xamarin.UI/issues/94, it would be fine to have an option to cover the navigation bar with a sheet backdrop to have a consistent feel from the application. Without that the content of the Content page and its Navigation bar feel disconnected.
API Changes
Honestly, not sure if it could be done by setting sheet prop like IsNavigationIncluded="True"
or it would require more XAML/platform-specific magic. But, I believe a boolean value that would include a navigation bar under the backdrop should be enough.
Intended Use Case
In a nutshell, better UX. In FAQ there is a tip to show/hide navigation based on the sheet visibility, but it causes "bumping" of UI in the background and the overall user experience is not good.
Or is there a way, how to cover the navigation bar by the backdrop, when a sheet is open?