LuckyDucko / Mopups

Popups For MAUI
BSD 3-Clause "New" or "Revised" License
273 stars 49 forks source link

[Android] Mopup display behind the CommunityToolkit Popup. #135

Open AneesFathimaS opened 1 month ago

AneesFathimaS commented 1 month ago

Replication Procedure:

1.Run the attached sample in android. 2.Click on the button. 3.CommunityToolKit Popup will appear.

  1. Click the button in the Popup.

Actual behavior : The Mopup will appear behind the the Popup.

Expected behavior: The Mopup should appear above the Popup.

PopupWithMopup.zip

IeuanWalker commented 1 month ago

@AneesFathimaS out of curiosity why are you using 2 different popup solutions?

This is expected behaviour with the difference between them both.

So as you can see mopups essentially just alter the current window, whereas the toolkit opens a new dialog window above it, giving you the behaviour you are seeing.