Mopups icon indicating copy to clipboard operation
Mopups copied to clipboard

Android back button is double handled

Open VitalyKnyazev opened this issue 1 year ago • 1 comments

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

VitalyKnyazev avatar Jun 11 '23 13:06 VitalyKnyazev

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).

MarcosCostaDev avatar Feb 03 '24 18:02 MarcosCostaDev