framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
18.13k stars 3.23k forks source link

Keep routable sheet open when going to the next route #4051

Open lroal opened 2 years ago

lroal commented 2 years ago

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