Closed
Bug 1125960
Opened 11 years ago
Closed 11 years ago
Reader Mode webview width is not correct after device rotation
Categories
(Firefox for iOS :: Reader View, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: st3fan, Assigned: st3fan)
References
Details
Attachments
(1 file)
STR:
1) Open the app in portrait mode
2) Open a page in reader mode
3) Switch to landscape
4) Switch back to portrait
Expected: when switching back to portrait, the webview width should be as it originally was
Actual: the webview width is still portrait width. you can pan the webview.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8554716 -
Flags: review?(bnicholson)
Updated•11 years ago
|
Attachment #8554716 -
Flags: review?(bnicholson) → review+
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•11 years ago
|
||
As a bonus, the fix also prevents the text from zooming on orientation changes.
Assignee | ||
Comment 3•11 years ago
|
||
Reopening this bug because it seems the fix is not complete. I think we need a
html {
-webkit-text-size-adjust: none;
}
(Counterpart to -moz-text-size-adjust: none; which is already there)
And a user-scalable=no in the viewport to prevent manual adjustment of the zoom level.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 4•11 years ago
|
||
Resolving because I pushed a fix for the two things mentioned in comment #3 last night.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Blocks: iosreaderview
You need to log in
before you can comment on or make changes to this bug.
Description
•