Marcos Costa

Results 7 comments of Marcos Costa

Muito obrigado por dividir sua experiência @rafaelribeiros ! Sucesso na sua caminhada para o canada! Abraços

I just found the same issue on **version 1.3.0** after the merge of #100 **System.InvalidOperationException:** 'VirtualView cannot be null here' ![image](https://github.com/LuckyDucko/Mopups/assets/4077961/9be58587-cb4f-455d-aa4a-f0dfd1856b73) The scenario is when I try to close the...

@romerotg showing an alert means executing the alert function from the view model, like the code below. `Shell.Current.DisplayAlert("An alert Title", "An alert message", "close");` I execute the alert, then I...

@abdullahraiyyan try to call an alert before closing the popup, this works for me. However, there is a PR #107 with the bugfix

@mkazimoto this looks like not be part of the Mopups.

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