Closed
Bug 964166
Opened 12 years ago
Closed 12 years ago
allocine.fr is sending desktop content to Firefox OS
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: karlcow, Unassigned)
References
()
Details
(Whiteboard: [mobile-compat-form] [serversniff] [clientsniff] [country-fr] [sitewait])
Attachments
(1 file)
|
154.71 KB,
image/png
|
Details |
Site: http://allocine.fr/
allocine.fr is sending desktop content to Firefox OS
:: Steps To Reproduce
1. With firefox os zte
2. Go to http://allocine.fr/
:: Expected Result
Receive a mobile friendly content like it is happening for Safari iOS.
:: Actual Result
Received the Desktop Content.
:: Additional Information
Software Version: 1.2
Device Information: ZTE roamer2
Reporter's User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:26.0) Gecko/20100101 Firefox/26.0
| Reporter | ||
Updated•12 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Hardware: Other → ARM
Whiteboard: [mobile-compat-form] → [mobile-compat-form] [country-fr]
| Reporter | ||
Comment 1•12 years ago
|
||
| Reporter | ||
Comment 2•12 years ago
|
||
I suspect client detection not matching for firefox os aka mobile. they could do /mobi/ instead of the current one. They would catch everything in one string.
_match = (/(ipod|iphone|ipad|android|iemobile|tizen)/i).exec(navigator.userAgent);
if (_match && (2 == _match.length)) {
_browser.mobile = _match[1].toLowerCase()
}
return _browser;
})();
Whiteboard: [mobile-compat-form] [country-fr] → [mobile-compat-form] [serversniff] [clientsniff] [country-fr] [contactready]
Comment 3•12 years ago
|
||
I'm contacting them trough their main email address, will report when I get a reply.
Updated•12 years ago
|
Whiteboard: [mobile-compat-form] [serversniff] [clientsniff] [country-fr] [contactready] → [mobile-compat-form] [serversniff] [clientsniff] [country-fr] [sitewait]
Comment 4•12 years ago
|
||
right now I don't get this site to serve any mobile content at all, with any UA..
Karl, agree?
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 5•12 years ago
|
||
Oh weird… Agreed with you hallvord.
They do have a mobile site but they stopped to serve it directly and it is introduced as a secondary choice after the mobile apps.
http://www.allocine.fr/service/mobile/site/
http://mobile.allocine.fr/
They also have plenty of mobile apps
http://www.allocine.fr/service/mobile/
| Assignee | ||
Updated•7 years ago
|
Product: Tech Evangelism → Web Compatibility
| Assignee | ||
Updated•2 years ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•