up vote 0 down vote favorite
share [g+] share [fb]

In terms of usability, what are the best practices for going landscape mode with your application. I can see the need for both in some screens, but I can also see no reason for others. Providing a landscape view just because you can opens your application's UI to layout problems, shrinking views and headaches for designers.

What's your take?

link|improve this question
It might also depend on what platform you're developing for. For example, the iPhone's home screen defaults to right-side-up portrait (from which apps can still be launched in landscape by default), whereas the iPad allows launching apps from any home screen orientation. Just my $0.02. – BoltClock Jul 23 '10 at 19:57
Android home screens rotate to landcape, but example of when the UI doesn't use landscape exists. When in the NAB you cannot switch to landscape while viewing the contact list, but you can while in a contact detail view. The idea is to maximize the view of you contacts while opening the view for details as there may be content there where landscape mode would assist the page layout. It seems to vary depending on what you're trying to display. Using landscape mode just because your phone supports it doesn't seem to be a viable rationale. I would rather there be a UX reason. – andres Jul 23 '10 at 20:25
3  
You should mark this community wiki. In Android, keep in mind that many phones have slide out keyboards, which causes people to operate the phone in landscape mode. Thus, unless your app is a game or something where there is no keyboard input, I would consider landscape mode important. – Mayra Jul 23 '10 at 21:47
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.