This series of patterns discusses the use of lists within the specific context of mobile web design. While the use of lists on the mobile web does not differ dramatically from the use within native applications, there are some significant differences. Most of these stem from the differences in navigation modes.
Because of these differences in navigation mode, certain patterns that make sense on one platform may not be quite as useful on another. While this article will focus exclusively on the mobile web, we will note theses differences throughout the patterns where possible.
Finally, the article focuses on lists as they are by far the most common way to display and organize controls, data and other content within the mobile interface.
Note: Most guidelines assume the use of HTML elements (ul, ol) to construct the list as these will naturally degrade as a vertical list on less capable browsers.
The following types of lists are discussed on the following pages:
The following 6 pages are in this category, out of 6 total.