[V2] router.back() removes stacked page from dom?

hi, i’ve got an app/view with only stacked pages (

).

every time i use the “back” function (either by hardware button, swipeback or manual by router.back()) the page got removed from the dom after the new (previouse) page shows up.

after that its impossible to navigate to that page again, because its gone.

is this on purpose?

Did you set stackPages when creating the view? You may also need to add the stacked class to the page <div class="page stacked">.

Yes i did, only the first page i want to show on init does not have the stacked class. All works great when using hrefs /path/ or router.navigate, so navigating forward, but back removes the page

And did you enable stackPages: true View’s parameter?