Mozilla.com/Mobile in Mind/Challenges: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
==There is no Hover on Mobile==
==There is no Hover on Mobile==


Even if we'd like to provide this method of interaction on desktop, we need to find reliable fallbacks for mobile.
===Challenge===
Hover, as it exists on the desktop, doesn't exist on mobile. Firstly, the user's cursor is not present on the screen aside from their touch. This means that a user effectively can only scroll and click, not hover. Furthermore, since users are touching the screen in order to interact with it, their hand obscures elements as they click them.
 
===Potential Solutions===
Even if we'd like to provide this method of interaction on desktop, we need to find reliable fallbacks for mobile. One obvious answer is to trigger feedback on clicks as well.


===Examples===
===Examples===
====Site-Wide:====
'''Site-Wide:'''
* Main menu drop-downs operate on hover
* Main menu drop-downs operate on hover
====Specific Pages:====
'''Specific Pages:'''
* http://mozilla.com/firefox/features, http://mozilla.com/mobile/features - Top Features box rollover
* http://mozilla.com/firefox/features, http://mozilla.com/mobile/features - Top Features box rollover
* http://mozilla.com/firefox/customize - Personas hover-on-preview interaction
* http://mozilla.com/firefox/customize - Personas hover-on-preview interaction
Line 21: Line 25:


===Examples===
===Examples===
====Site-Wide:====
'''Site-Wide:'''
* Main menu drop-downs have too many subsections to fit, even when arranged horizontally
* Main menu drop-downs have too many subsections to fit, even when arranged horizontally
====Specific Pages:====
'''Specific Pages:'''
* http://mozilla.com/firefox/fx - Possibly too much copy on headlines
* http://mozilla.com/firefox/fx - Possibly too much copy on headlines
* http://mozilla.com/firefox/features, http://mozilla.com/mobile/features - Too much content per section, even if we were to create an expandable UI
* http://mozilla.com/firefox/features, http://mozilla.com/mobile/features - Too much content per section, even if we were to create an expandable UI
Line 37: Line 41:


===Examples===
===Examples===
====Site-Wide:====
'''Site-Wide:'''
* Download button at the top of every page may need to be moved to the bottom or removed on small screens to allow page-specific information to rise to the top.
* Download button at the top of every page may need to be moved to the bottom or removed on small screens to allow page-specific information to rise to the top.
====Specific Pages:====
'''Specific Pages:'''
* http://mozilla.com/mobile - We could show one or two download buttons here to users, depending on their user agent. Making them choose between two is tough when space is at a premium.
* http://mozilla.com/mobile - We could show one or two download buttons here to users, depending on their user agent. Making them choose between two is tough when space is at a premium.
* http://mozilla.com/plugincheck/more_info.html - What is the most important info on the page?
* http://mozilla.com/plugincheck/more_info.html - What is the most important info on the page?
Line 56: Line 60:


===Examples===
===Examples===
====Specific Pages:====
'''Specific Pages:'''
* http://mozilla.com/firefox/fx - The content of the spinning wheel popup is horizontally oriented, and the panda graphic takes up a lot of horizontal space.
* http://mozilla.com/firefox/fx - The content of the spinning wheel popup is horizontally oriented, and the panda graphic takes up a lot of horizontal space.
* http://mozilla.com/firefox/customize - The Add-ons gallery categories employ a tab metaphor that requires a lot of horizontal space.
* http://mozilla.com/firefox/customize - The Add-ons gallery categories employ a tab metaphor that requires a lot of horizontal space.
Line 73: Line 77:


===Examples===
===Examples===
====Specific Pages:====
'''Specific Pages:'''
* http://mozilla.com/firefox/central/ - with too much content in a popup, the user may lose context.
* http://mozilla.com/firefox/central/ - with too much content in a popup, the user may lose context.
* http://mozilla.com/mobile/home/ - Launching a standalone video player directly may be appropriate here (Similar to what was done on Web O'Wonder)
* http://mozilla.com/mobile/home/ - Launching a standalone video player directly may be appropriate here (Similar to what was done on Web O'Wonder)
Line 83: Line 87:


===Examples===
===Examples===
====Specific Pages:====
'''Specific Pages:'''
* http://mozilla.com/plugincheck - Plugin details table
* http://mozilla.com/plugincheck - Plugin details table
* http://mozilla.com/plugincheck/more_info.html - Fully Supported Browsers table
* http://mozilla.com/plugincheck/more_info.html - Fully Supported Browsers table
Line 93: Line 97:


===Examples===
===Examples===
====Specific Pages:====
'''Specific Pages:'''
* http://mozilla.com/firefox/fx - After being clicked (on a slow phone), the wheel takes longer than expected to react.
* http://mozilla.com/firefox/fx - After being clicked (on a slow phone), the wheel takes longer than expected to react.



Revision as of 00:00, 15 July 2011

For the 2011 Q3 "Mobile in Mind" project, the first step is to identify a list of aspects of the site which will not translate directly to mobile. This can serve as an outline for the design process, where we address each of these challenges one by one to develop reusable design patterns. We should then be able to apply these patterns to mozilla.com to get a site design that can be more easily made mobile-friendly.

Mobile in Mind Challenge List

There is no Hover on Mobile

Challenge

Hover, as it exists on the desktop, doesn't exist on mobile. Firstly, the user's cursor is not present on the screen aside from their touch. This means that a user effectively can only scroll and click, not hover. Furthermore, since users are touching the screen in order to interact with it, their hand obscures elements as they click them.

Potential Solutions

Even if we'd like to provide this method of interaction on desktop, we need to find reliable fallbacks for mobile. One obvious answer is to trigger feedback on clicks as well.

Examples

Site-Wide:

  • Main menu drop-downs operate on hover

Specific Pages:

Large Amounts of Content Won't Fit

Having too much content can bury important information, especially on a small screen.

Examples

Site-Wide:

  • Main menu drop-downs have too many subsections to fit, even when arranged horizontally

Specific Pages:


Content Must be Linearizable

Since the small amount of screen real estate on phones necessitates a linear browsing experience, the information hierarchy must be clear enough that making the content on a page linearized does will not confuse the user.

Examples

Site-Wide:

  • Download button at the top of every page may need to be moved to the bottom or removed on small screens to allow page-specific information to rise to the top.

Specific Pages:


Horizontal Space is Limited

The desktop convention of scrolling downwards on webpages is even more prominent on mobile, due to the limited horizontal space available on phones when held in portrait mode. Thus, interactions that require a lot of horizontal space to function will be frustrating to use on mobile.

Examples

Specific Pages:

Popups Should be Used Sparingly

Popups can be great for letting a user interact with a specific object at a deep level while maintaining context in the page. On mobile, though, because the small screen size does not allow much content in popups and it is not something that users expect in mobile websites, many times other interaction paradigms may be appropriate.

Examples

Specific Pages:


Tabular Data is Difficult to Fit on Small Screens

Due to the horizontally-oriented nature of tables, they often won't fit on small screens. Luckily, in many cases the data can be represented in other methods.

Examples

Specific Pages:


Complex JavaScript Animations Will Not Perform Well

Smooth animations on desktop cam evoke a sense of fluidity and technical marvel. On the diminuitive processors of many mobile devices, however, animations look choppy, make the page feel slow, and can even confuse the user about the state of the page.

Examples

Specific Pages:


Other Considerations

  • Videos will probably need to be reencoded to play on Android and iOS devices. We ran into this with Web O' Wonder.
  • There are times where content should probably be altered based on the user's UA string. A I'll single out for consideration:
  • We need to decide what happens when a user of a given device visits mozilla.com. Are they redirected to /mobile? /new? /fx? /mobile/home?