Hello,
Is it possible to replace a modal with another modal? I'm opening a modal from a ContentPage
usando Navigation.PushModalAsync()
. The constructor object receives two parameters that I want to change later on depending on user input and redesign the whole modal according to the new data. Is there any way I can reopen the modal page with the new data?