I have a timer set to destroy log the user off, and push the login page.
Previously, I pop’d to root, and pushed the page, however in b11, if a Modal is displayed, the pop works, but the Modal is not dismissed.
This seems contrary to the documentation.
When a modal (or any other overlay such as an alert or actionsheet) is “presented” to a nav controller, the overlay is added to the app’s root nav. After the modal has been presented, from within the component instance The modal can later be closed or “dismissed” by using the ViewController’s dismiss method. Additionally, you can dismiss any overlay by using pop on the root nav controller.
replicated in a plunker. after 1 second of hitting the button, I expect the pop call would close the modal.