Tagged Questions
1
vote
1answer
65 views
Navigation bar and buttons considerations for iOS
I have some questions regarding navigation bars and their usage in iOS apps, both from the point of view of UX and Apple“s submission and human interface guidelines:
1) Since the iOS Human Interface ...
7
votes
3answers
123 views
When Back Button is Expected but Not Supported, The Least Invasive User Assistance?
Problem: I have a situation where in a browser-based web application the back button (and backspace key for that matter) cannot be supported or used. If it is used, the results can be unpredictable in ...
3
votes
5answers
218 views
Is it still a good practice to have a “Go Back” button? [duplicate]
Is it still necessary to put a "Go Back" button? Or do users already intuitively know that they can use the browser's back function instead? I just feel it can be an unnecessary "action" to put and ...
4
votes
1answer
146 views
Is the browser back button still the second most used navigation feature?
In 1999 Jakob Nielsen stated that "the Back button is the lifeline of the Web user and the second-most used navigation feature (after following hypertext links)". But the web has evolved since then, ...
1
vote
2answers
194 views
Placement of 'Cancel/Done/Home'-Button on iPhone modal view
I have a modal view in my iPhone app including a navigation bar with two buttons on the root view controller. A a button to dismiss the screen, also not sure which title to use calling it now the ...
9
votes
4answers
362 views
Best Place for a Back Button on a 7" Tablet Menu
I'm currently building the interface of an Android Tablet digital restaurant menu.
The user is going to be able to navigate between categories and dishes lists and navigate back as well.
I'm finding ...
2
votes
4answers
197 views
Which of the following options best draws attention to the “buy tickets” action without detracting from the surrounding visual hierarchy?
I'm working on touching up (as much as I'm allowed) some of the design elements for a website. One client requirement is to draw more attention to the "buy tickets" link as this action is one that ...
7
votes
4answers
160 views
Is it a problem to have a link to 'View Your Basket' and 'Go To Checkout' that both go to the same place?
I have an eComm site i'm specing at the moment. When you add stuff to the basket the on-page basket at the top of the page will update to give you a running total with links to view the full basket as ...
4
votes
3answers
271 views
Navigation Bar, mixing links and buttons
I am trying to create a navigation menu with 2 functions in it... the website 'page' navigation links and 'action' buttons... sort of like this image
...
3
votes
2answers
159 views
Using hyperlinks for navigation and commands on the same page
I am working on a government web application. We have specified in the style guide that buttons will be used for primary actions and other secondary actions within the page will use hyperlinks. There ...
26
votes
3answers
4k views
Do users understand the browser back button?
You hear a lot about not breaking the back button on websites, but can you assume that most users know and use the back button?
Is it redundant to add a JavaScript or HTML back button/link on a page?
...
1
vote
2answers
847 views
Android list layout for search results
I'm making an android app that queries an http endpoint and displays the results with a list. Currently the results appear 10 at a time which the user navigates with next/prev. buttons. The other day ...
3
votes
3answers
762 views
Disabling the browser's back button in multi-page forms
We're having this internal debate where some people think that the user shouldn't use the browser's "back" button when filling a multi-page form (for security reasons), and that the whoever hits the ...
10
votes
6answers
486 views
Button bar: criteria and position
Me and my team are (re)thinking some UI details of our main application.
It's a "traditional" desktop application for the Windows platform. It's a business targeted application, and our customers are ...
2
votes
2answers
1k views
Are there other options of enabling an irregular shaped clickable area on a web page other than image maps? [closed]
We have some irregular shaped areas...imagine a map of the states of the US. Imagine also that inside each state there is a rectangular region that contains graphics and text. We want to make each of ...
