DialogService as alternative to Snackbar? #3294
Unanswered
Shannon-roos
asked this question in
.NET MAUI
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking to implement a snackbar style replacement using the DialogService however I cannot stop the dialog from blocking input on the page below the poup like a normal snackbar does
I've tried the most obvious prism:DialogLayout.CloseOnBackgroundTapped="False" and prism:DialogLayout.UseMask="False" on the View for the Dialog Page however it still blocks input.
Is this something that should be possible using the DialogService?
The other option of Mopups is close but has the issue of the popup being shown at the bottom of the Navigation stack (shows on the first page only and not on the current.
Mopups has the style "BackgroundInputTransparent" which I feel is similar to the UseMask in Prism but prism still blocks input whereas Mopups does not.
Community Toolkit's snackbar has the same issue as Mopups and is displayed at the bottom of the navigation stack (the first page) as well.
Beta Was this translation helpful? Give feedback.
All reactions