Mopups
Mopups copied to clipboard
Android back button is double handled
Mopups implementation seems to be correct, it is just overall back button handling in MAUI is questionable. See MAUI issue https://github.com/dotnet/maui/issues/15296#issuecomment-1586154483
Recently I had this problem. The workaround for my case was overriding the o backbutton pressed method in the content page to return false when I have a pop-up opened (pop-up stack greater than 0).