framework7io / framework7

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

react f7 router view go back from popup doesn't hide previous page (master-detail) #4081

Open vitalijalbu opened 1 year ago

vitalijalbu commented 1 year ago

Describe the bug

I have a dismissible popup modal, so after confirm i'd want modal close and go back on router (destroying in this case the detail page) But detail page seems remains in the DOM. my code that i put into popup to go back. f7.view.main.router.navigate('/', {options: {reloadAll: true }});

Schermata 2022-09-27 alle 23 05 58
vitalijalbu commented 1 year ago

It happens only on ios theme, on material and md doesn't happen this issue