You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I want to make sure the back button works properly, so that it will improve the experience of the users when navigating the app
I hate it when the back button does unexpected things. This user story is a reminder to check that
and improve when necessary. The back button should not be a stack of all the screens the user has
navigated to before. But a logical tree. This might require updating the navigation stack. In
Android the back button can also be used to go back to the phone's main screen when you are in the
Main Screen of the application.
How does this work for iOS? Swiping left and right?
The text was updated successfully, but these errors were encountered:
As a developer I want to make sure the back button works properly, so that it will improve the experience of the users when navigating the app
I hate it when the back button does unexpected things. This user story is a reminder to check that
and improve when necessary. The back button should not be a stack of all the screens the user has
navigated to before. But a logical tree. This might require updating the navigation stack. In
Android the back button can also be used to go back to the phone's main screen when you are in the
Main Screen of the application.
How does this work for iOS? Swiping left and right?
The text was updated successfully, but these errors were encountered: