[solved]When go back to the first page from the second and the third page, the first page's data lost

hello, i have three page (page 1, page 2, page 3), when I from page 1 to page 2, and then from page 2 to page 3. Then I go back from page3 to page 2 and to page 1. The page 1 data has lost. I do not know it’s feature of framework7(page-preview and page-current, only save two page status) . Or it’s my mistake, thank you

it is a feature
you can override it with:

{  
  view:{
    stackPages:true
  }
}

oh,thank you very much:smile: