Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] A way to show dialogs behind the system bars on Android #13

Open
jmkyarrow opened this issue Jun 7, 2020 · 0 comments
Open

Comments

@jmkyarrow
Copy link

Summary

It would be awesome to be able to show dialog fully behind the status and navigation bars on Android.

API Changes

On the DialogView and possibly LoadingView base classes, there could be an additional property called 'ShowBehindSystemBarsAndroid' or something to the like. I suppose this would typically go inside the XAML declaration of the user-derived class.

Maybe under the hood it would utilise the 'Layout No Limits' window manager flag for the dialog fragment.

Intended Use Case

This would be great for using the dialog for cross-page transitions where the whole window needs to be obscured, or for width dialogs with blurred backgrounds, when in both scenarios the system bars stop the experience from feeling immersive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant