Closed
Bug 933112
Opened 12 years ago
Closed 9 years ago
yebhi.com isn't redirecting to mobile site on Firefox OS
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: haseeb, Assigned: haseeb)
References
()
Details
(Whiteboard: [mobile-compat-form][country-in][clientsniff][sitewait])
Site: http://www.yebhi.com/
yebhi.com isn't redirecting to mobile site on Firefox OS
:: Steps To Reproduce
1.Open Firefox browser
2.Enter yebhi.com
:: Expected Result
http://m.yebhi.com/index.aspx?221 mobile site, it gets redirected for Android
:: Actual Result
http://www.yebhi.com/index.aspx?221 desktop site
:: Additional Information
Software Version: Firefox OS simulator 4.0
Reporter's User Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/28.0.1500.71 Chrome/28.0.1500.71 Safari/537.36
Comment 1•12 years ago
|
||
There's an inline script that determines if the browser should redirect to the mobile site:
if (GetCookie('mfullsiate') != 1) {
var furlmobile=document.URL.split('.com');
(function(a, b) { if (/(android|...[snip].....zte\-/i.test(a.substr(0, 4))) window.location = b })(navigator.userAgent || navigator.vendor || window.opera, 'http://m.yebhi.com'+furlmobile[1]);
}
We need them to update to the latest version of http://detectmobilebrowsers.com/download/javascript and it should work without problems.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [mobile-compat-form] → [mobile-compat-form][country-in][clientsniff][contactready]
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → Abdulraufhaseeb
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•11 years ago
|
||
Whiteboard: [mobile-compat-form][country-in][clientsniff][contactready] → [mobile-compat-form][country-in][clientsniff][sitewait]
![]() |
||
Comment 3•11 years ago
|
||
A Tech Lead at Yebhi.com
https://www.linkedin.com/pub/avadesh-chauhan/16/416/4A9
His twitter account seems not very bi-directional
https://twitter.com/avi12aug
Maybe haseeb you could give it a shot.
Flags: needinfo?(Abdulraufhaseeb)
Assignee | ||
Comment 4•11 years ago
|
||
Flags: needinfo?(Abdulraufhaseeb)
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
Updated•1 year ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•