Open albilaga opened 4 months ago
@dansiegel @brianlagunas Although this bug is quite new, it is blocking out MAUI migration. Can you shed some light on that?
Unfortunately, we are working on other things and do not have time to look into this yet. The good news is that the IDialogService
is part of the Prism Maui code base here: https://github.com/PrismLibrary/Prism/tree/master/src/Maui/Prism.Maui/Dialogs
Feel free to look around until we have time to look into it.
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.
Thanks for all the good effort!
@thomasgalliker Thank you for that! We appreciate your effort! We will let you know once we successfully integrated your library! 😄
DialogLayout.CloseOnBackgroundTapped bug reproduced also in Windows platform.
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: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