After a few page navigations, when I navigate to the home page using angular’s router navigate, one of the following things happen:
- The navigation works fine.
- A previous page in the navigation stack overlays the current page
- 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