Closed Bug 1003809 Opened 10 years ago Closed 6 years ago

falabella.com zoom or text size is different on Firefox OS

Categories

(Web Compatibility :: Site Reports, defect, P5)

Other
Gonk (Firefox OS)
defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: hsteen, Unassigned, Mentored)

References

()

Details

(Whiteboard: [mobile-compat-form][country-cl][serversniff][contactready])

Attachments

(2 files)

Site: http://falabella.com
falabella.com zoom or text size is different on Firefox OS

:: Steps To Reproduce

1. Load site
2. Try to read text
3.
...

:: Expected Result

Same size as in Firefox on Android

:: Actual Result

Smaller text - zoomed-out-like effect but image is roughly the same size

:: Additional Information

Software Version: 1.4
Reporter's User Agent: Mozilla/5.0 (Mobile; rv:26.0) Gecko/26.0 Firefox/26.0
Adam/Karl, can you reproduce this?
Whiteboard: [mobile-compat-form] → [mobile-compat-form][country-cl]
Similar effect on sodimac.cl
There are differences. First of all, both Firefox OS and Firefox Android are redirected to 
http://m.falabella.com/mt/www.falabella.com/falabella-cl/

Then by just changing the UA in a narrow window of Firefox Desktop, the received content is different.

In the screenshot
(left)  Firefox OS UA
(right) Firefox Android UA

You can check that manually by doing a 

export URI="http://m.falabella.com/mt/www.falabella.com/falabella-cl/";http -b $URI "User-Agent: Mozilla/5.0 (Mobile; rv:30.0) Gecko/30.0 Firefox/30.0">/tmp/foo1.txt;http -b $URI "User-Agent: Mozilla/5.0 (Android; Mobile; rv:30.0) Gecko/30.0 Firefox/30.0">/tmp/foo2.txt;git diff /tmp/foo1.txt /tmp/foo2.txt


That said I'm not sure why it is an issue. Any specific problems?
Hm.. you don't see the problem I see on the Geeksphone. I'll get a Tarako device shortly, will see how it renders there..
Attached image Screenshot Tarako
Tarako also renders the text very small, even harder to read than on the Geeksphone but same effect
There is a META viewport tag missing from the source code the Firefox OS browser gets.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [mobile-compat-form][country-cl] → [mobile-compat-form][country-cl][serversniff][mentor=hsteen][contactready]
Specifically: 
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"></meta>

I'm not sure if it needs to / should say user-scalable=0, but if Firefox OS (and other mobile browsers) don't get the initial-scale=1.0 instruction they will show a "zoomed-out" version where the text is hard to read.
Mentor: hsteen
Whiteboard: [mobile-compat-form][country-cl][serversniff][mentor=hsteen][contactready] → [mobile-compat-form][country-cl][serversniff][contactready]
Priority: -- → P5
Closing as we are not working on Firefox OS anymore.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Product: Tech Evangelism → Web Compatibility
Component: Mobile → Site Reports
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: