Tuesday, October 30, 2018

navigation - Mobile App Back Button Placement


I am building a mobile application that uses a button to launch the navigation menu (much like the Path or Facebook interface). I also want to add a back button. The standard seems to be to place the navigation menu option in the top left hand corner.


My question is, is it ok to place a back button in the top right hand corner? Should I replace the main navigation menu with the back button and only allow access to that menu from the main screen? Should I swap the location of the back button and the navigation menu? Is there a standard for this or does it matter?


UPDATE:


Here's a screenshot of what I currently have: App SS



Answer



If this application is to be designed for iOS then placing the button on the right is actually a violation of Apple's Human Interface Guidelines for the Navigation Bar (see the Guidelines section):




A back button should appear to the left of the title, and it should be labeled with the previous level’s title.



If this application is being designed for Android, Windows Phone, and (I believe) BlackBerry a back button is not needed and would be redundant as there is a hardware button on the phone designed for exactly this action. If you're building for WebOS I believe there is a gesture used for back and thus no additional back button is needed.


Placing your back button on the right can cause confusion as users may not consider the shape and content first, but rather the placement and assume it means "next/continue/forward".


Placing the button on the left puts it at the front of left-to-right readers' visual scanning pattern and thus it's easier to find. If you're designing for right-to-left reader's exclusively, then you might be able to justify a right-hand placement, but you'd need to flip your icon around so the arrow points to the right as well.


See also this site for further examples on why placing the back button on the right may be a bad idea.


No comments:

Post a Comment

technique - How credible is wikipedia?

I understand that this question relates more to wikipedia than it does writing but... If I was going to use wikipedia for a source for a res...