Is there a way to keep the routable sheet open when going to the the next route. I want it to still be there when going back. The close event is fired immediately when going to the next route.
(I know it is possible by having the next page wrapped in a view inside the sheet . But this is not really an option as I want the next view to cover the entire screen - and the modal should cover only the half.)
Is there a way to keep the routable sheet open when going to the the next route. I want it to still be there when going back. The close event is fired immediately when going to the next route. (I know it is possible by having the next page wrapped in a view inside the sheet . But this is not really an option as I want the next view to cover the entire screen - and the modal should cover only the half.)