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
I have problem with setup dialog as fullscreen page. As described in here the recommended way to use popups now is using IDialogService. But using IDialogService.ShowDialog have some problem which is:
Can't set dialog as fullscreen. What I expecting is I want the popup to be fullscreen so I can dim the background by myself like this
but using IDialogService will be look like this
DialogLayout.CloseOnBackgroundTapped="True" looks like not working properly. I tap the gray area but it is not closing by itself
I was struggling with the same/similar problem. Since we have to migrate from XF to MAUI now, I couldn‘t wait and created a MAUI-compatible dialog plugin for prism. Similar to what was there in prism for Xamarin. As soon as prism has fullscreen dialogs, I‘ll get rid of this nuget.
Description
I have problem with setup dialog as fullscreen page. As described in here the recommended way to use popups now is using
IDialogService
. But usingIDialogService.ShowDialog
have some problem which is:but using
IDialogService
will be look like thisDialogLayout.CloseOnBackgroundTapped="True"
looks like not working properly. I tap the gray area but it is not closing by itselfSteps to Reproduce
Open Popup from Mopups
andOpen Popup from Dialog
.Open Popup from Mopups
can set the popup full screen butOpen Popup from Dialogs
can't.Open Popup from Dialog
also can't close when background is tappedPlatform with bug
.NET MAUI
Affected platforms
iOS, Android
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: