[Ionic 4] Old page overlays over current page after navigation

After a few page navigations, when I navigate to the home page using angular’s router navigate, one of the following things happen:

  1. The navigation works fine.
  2. A previous page in the navigation stack overlays the current page
  3. A previous page in the navigation stack overlays the current page but is invisible. Because of this, the user can’t tap anywhere the overlay page has elements.

I noticed this happens because the page does not destroy. Also opened a bug at Github

Did you get any solution?