If the user of a nav_bar application is at an arbitrary route within the nav_bar application, clicking on the nav_bar app icon (the one on the left vertical menu) the route change callback is not called.
client.on('app.route.changed', setCurrentPageCallback);
Is there a way to detect this action?