framework7 firefox URL navigation issue

  • in firefox whenever I refresh the page, automatically it redirects to main-view page (home page),
    • after refreshing page, it should keep me on current page
    • but it show main-view page (home page) View
    • and in URL it shows current URL but visible page is home page
  • i have not redirected to main-view page (home page) from any page

Example:

steps to reproduce

  • go to any page URL other than hone
  • refresh page
history boolean whether the page should be saved in router history
pushState boolean whether the page should be saved in browser state. In case you are using pushState , then you can pass here false to prevent route getting in browser history

https://framework7.io/docs/routes.html#route-options

@ONE_IN_ALL did you get any solution…?