I have two scenarios
Opening a modal and after some navigation inside the modal, I need to close the modal however when I call
this.$modal.close()in the last page of navigation utilising always the sameframethe modal does not close.Is there a way where you have multiple modals (one opening the next one) and at the last one, close them all? On android I just wait for each modal promise to be fulfilled but on iOS this does not work.
Here is a sample of both scenarios https://play.nativescript.org/?template=play-vue&id=OVxmoC&v=2