Closed sebaferreras closed 6 years ago
Same as #14737
Thanks @bashoogzaad. I'm closing this issue since it's a duplicate of that one.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Bug Report
Ionic Info
Describe the Bug
When pushing a new page, the "state" of the previous page is lost (for example, the current position where the user has scrolled to).
Steps to Reproduce
ListPage
ItemDetailsPage
ListPage
Related Code You can reproduce the issue using this GitHub demo.
Expected Behavior If I scrolled down to the item number 38 before pushing the
ItemDetailsPage
, I'd expect to be in the same position when coming back to the page.