Closed
Bug 1130125
Opened 8 years ago
Closed 7 years ago
extremetech.com does not redirect to mobile site due to pressly.com redirect
Categories
(Web Compatibility :: Mobile, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bug.zilla, Assigned: karlcow)
References
()
Details
(Whiteboard: [country-all][contactready][clientsniff])
extremetech.com does not redirect to mobile site. Works in Opera.
Updated•8 years ago
|
Product: Firefox → Firefox for Android
Comment 1•8 years ago
|
||
We can't control server behavior.
Component: General → Mobile
Product: Firefox for Android → Tech Evangelism
Comment 3•8 years ago
|
||
So they're using a service called "Pressly" to do mobile detection (http://www.pressly.com/): http://read.pressly.com/52960da3646f6d79c9030000/52961061646f6d79c9200000/redirect.js There's a few problems in Pressly.Device.supportsMinimumRequirements: > var isAncientMobileDevice = (OSversion.os === "Android" && versionNumber < 4); This will be false because versionNumber is NaN, because it relies on having an Android version token in the UA string--which we don't have. And their supportsNativeOverflowScroll function sniffs for the old Fennec UA string: > userAgent.match( /Fennec\/([0-9]+)/ ) && RegExp.$1 >= 4 || So return this.supportsNativeOverflowScroll() && !isAncientMobileDevice will be false. IMO, we should reach out to Pressly to get this fixed on their servers (which is where the redirect script is hosted anyways).
Summary: extremetech.com does not redirect to mobile site → extremetech.com does not redirect to mobile site due to pressly.com redirect
Whiteboard: [country-all][contactready]
Updated•8 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [country-all][contactready] → [country-all][contactready][clientsniff]
![]() |
Assignee | |
Comment 5•8 years ago
|
||
We seem we had a contact with Pressly in Bug 808572 Corban Brook still seems to work at Pressly. https://twitter.com/corban Let's put him in needinfo for this bug. Hi Corban! There is also Bug 971235.
Assignee: nobody → kdubost
Status: NEW → ASSIGNED
Flags: needinfo?(corbanbrook)
![]() |
Assignee | |
Comment 6•7 years ago
|
||
We get a working mobile site on Firefox.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Flags: needinfo?(corbanbrook)
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•