Tagged Questions
1
vote
2answers
196 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 ...
5
votes
1answer
295 views
Is a 'back' button needed on a web form?
I am re-designing a multi-page web form that currently contains 'back' and 'continue' buttons.
I am wondering -- is the 'back' button necessary? If the user wants to go back, they will know to use ...
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?
...
3
votes
3answers
765 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 ...