Mobile/Projects/Reflow on zoom: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Undo revision 646789 by ErinL ancaster (talk))
Line 3: Line 3:
<bugzilla>
<bugzilla>
{
{
     "id":"803719,756518,825499,824965"
     "id": "803719,756518,825499,824965"
     "include_fields": "id, priority, summary, status, assigned_to"
     "include_fields": "id, priority, summary, status, assigned_to"
}
}

Revision as of 03:02, 16 April 2013

Tracking

Bugzilla query error

Query options must be valid JSON.1


Goals

  • When zooming in on text content, the text readjusts (reflows) to fit the screen so a user does not need to pan the screen to read the larger text

Specifications

  • Reflow on Zoom initiated only when a user double taps (and not when a user pinches)
  • Reflow to feel smooth and not abrupt
  • Reflow should centre around the 'double tap' in order to zoom in on the intended content
  • Zooming in on images should not trigger a reflow

User stories

  • As a user, when I double-tap on text on a part of a page, the page zooms in at a comfortable level and the text and images reflows naturally around this zoomed-in area without the need to scroll horizontally, so I can easily and fluidly read and hone in on areas of the page that I am reading.

Quality criteria

  1. All user stories are satisfied
  2. All specifications are met