Legacy Maemo 5 Documentation/Human Interface Guidelines/Device Orientation: Difference between revisions

From Maemo Wiki
Jump to navigationJump to search
imported>bijjal
New page: =Device Orientation= Hildon is optimized for full functionality in the landscape screen orientation. Although both orientations are supported, framework level functionalities such as the s...
 
imported>amigadave
cut toplevel heading
 
(15 intermediate revisions by 8 users not shown)
Line 1: Line 1:
=Device Orientation=
{{Legacy documentation}}
Hildon is optimized for full functionality in the landscape screen orientation. Although both orientations are supported, framework level functionalities such as the status bar, back/close, are not available on the portrait mode.
 
Hildon is optimized for full functionality with landscape screen orientation. Although both orientations are supported, some framework level functionalities such as the status bar, are not available in the portrait mode.


The switch between orientation modes can be done by the Hildon framework transparently for the application developer. The only relevant decisions for application developers are whether to request the portrait orientation mode and which interface elements to use on it.
The switch between orientation modes can be done by the Hildon framework transparently for the application developer. The only relevant decisions for application developers are whether to request the portrait orientation mode and which interface elements to use on it.


The portrait mode is intended for simplified, one-handed use and functionality may, and should, be limited in this orientation. For example, a Now Playing message for a media application, a read view for a PDF reading application, or simplified call handle controls.
The portrait mode is intended for simplified, one-handed use. Limit functionality in this orientation, for example, a ''Now Playing'' message for a media application, a read view for a PDF reading application, or simplified call handle controls.
 
System notifications, error messages and progress indicators are only displayed in the landscape orientation. In portrait orientation mode, only incoming calls notifications are displayed on the screen; other notifications are indicated by sound, vibration, or LED.

Latest revision as of 09:36, 18 October 2010

This article is legacy documentation, and is superseded by Forum Nokia documentation.
The Forum Nokia documentation is available as the Hildon 2.2 UI style guide, Fremantle master layout guide and the Hildon 2.2 widget UI specification

Hildon is optimized for full functionality with landscape screen orientation. Although both orientations are supported, some framework level functionalities such as the status bar, are not available in the portrait mode.

The switch between orientation modes can be done by the Hildon framework transparently for the application developer. The only relevant decisions for application developers are whether to request the portrait orientation mode and which interface elements to use on it.

The portrait mode is intended for simplified, one-handed use. Limit functionality in this orientation, for example, a Now Playing message for a media application, a read view for a PDF reading application, or simplified call handle controls.