Can I make router options reloadAll default?

Hi,

“When Master page is loaded all other pages will be loaded as Detail pages. To “navigate away” from Master Detail view it is recommended to use reloadAll navigation parameter.”
https://framework7.io/docs/view.html#master-detail

I would like to make reloadAll default to all of my routes, can I?
Is there something like

var app = new Framework7({
root: ‘#app’,
router:{ reloadAll : true }, //?
});

thanks.

1 Like

Did you find a solution for this?

You can use .forEach to add reloadAll : true to all your routes before app initialising.