Closed
Bug 639712
Opened 15 years ago
Closed 14 years ago
Mobile page should fill entire screen
Categories
(Firefox for Android Graveyard :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: tarend, Unassigned)
References
()
Details
Attachments
(1 file)
|
102.19 KB,
image/png
|
Details |
(1) go to http://m.spiegel.de/article.do?id=749478 on Fennec Desktop or mobile
Result: (see screenshot) page only fills half of the screen. Scroll down and you see one extra long line with no blanks between words
Expected: page fills entire page, correct line wrap with blanks between words
Note: Android stock browser shows this page correctly.
Comment 1•15 years ago
|
||
Can reproduce on that article, but any other article on m.spiegel.de seems to render the mobile version rather fine (Nexus One)
OS: Android → All
Comment 2•15 years ago
|
||
http://m.spiegel.de/article.do?id=749478 sends different content to the Android browser than to Fennec. If you use Phony to send an Android user-agent header, then this works correctly in Fennec.
The meta viewport tag for Android contains:
> width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1
The meta viewport tag for Fennec contains:
> width=device-width, height=device-height, user-scalable=no
The important difference is that the Fennec version does not set an initial scale, so Fennec applies its default behavior of zooming to fit the document width. On most pages this does the same thing, except in cases like this where the document is wider than the viewport.
We could maybe change Fennec to zoom to the viewport width by default, but this would make it harder to access the right sidebar on many pages. Since this looks easily fixable by the site author (just send the same markup to Fennec that they already send to Android), should this be an evangelism bug?
Comment 3•15 years ago
|
||
I contacted the site about this problem.
Should we move this to an evangelism bug then?
Comment 5•14 years ago
|
||
The page works for me using Nightly.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•