[BUG] Popup Dialog can't fullscreen and also DialogLayout.CloseOnBackgroundTapped not working. #3168
Labels
bug
Commercial Plus 🚀
Issue or Pull Request opened by a Commercial Plus license holder
MAUI
to verify
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: