machty / ember-navigator

A better router/navigator for mobile Ember apps, inspired by React Navigation
Other
31 stars 3 forks source link

implement blur/focus #56

Open machty opened 1 year ago

machty commented 1 year ago

When I added ember-nav-stack to our apps, I needed a way to cleaning up a route when it is blurred (i.e. when pushing a new route atop the current one) so that when you pop the new route, the old route is back to an initialized state.