In a function I use: $state.go( 'login' );
to go back to the login screen; in this condition when I push the back button on Android the app doesn't exit. Nothing is logged in the console.
If I push back button after the app is launched (without logging in) it works and exits.
Any idea?