[Solved] Only two level history saved in DOM

Hi,

I really like the framework but the only annoying thing is that history only maintains two levels,

If I go three pages forwards:

Page 1 -> Page 2 -> Page3

and go back from Page 3 to Page 2 Then Page1 will reload.

This is creating a load issue on both server and client side as user has to load the third page each time on navigation.

Please concentrate on this issue and give the option to set unlimited history as all pages should be saved in DOM.

Once this issue is solved it will really make the app smoother, Hope to see this fix in the next release!

Thanks & Regards

You can just add stackPages: true parameter to your view where you need to keep all previous pages in DOM

1 Like

Thank you Vladimir, Missed that option! You are awesome man!