www.bilibili.com - "Always request desktop site" fails to return the desktop version of the page when activated
Categories
(Firefox for Android :: Browser Engine, defect)
Tracking
()
| Webcompat Score | 1 |
People
(Reporter: rbucata, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webcompat-source:web-bugs][webcompat:sightline][webcompat:japan])
Attachments
(2 files)
Environment:
Operating system: Android 10
Firefox version: Firefox 139.0
Preconditions:
"Settings > Site settings > always request desktop site" enabled
Steps to reproduce:
- Navigate to: https://www.bilibili.com/
- Observe
Expected Behavior:
Desktop site instead of mobile site
Actual Behavior:
Mobile version received
Notes:
- Reproduces regardless of the status of ETP
- Reproduces in firefox-nightly, and firefox-release
- Does not reproduce in chrome
Created from https://github.com/webcompat/web-bugs/issues/159808
| Reporter | ||
Comment 1•1 year ago
|
||
This happens will all the URLs that I have tested, but I am not sure what might be the correct product and component to move this to, since it seems to be a browser bug, and not a webcompatibility bug.
| Reporter | ||
Updated•1 year ago
|
Comment 2•1 year ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
Updated•1 year ago
|
Updated•1 year ago
|
Comment 3•1 year ago
|
||
Thanks for reporting. What device are you on? I'm testing on a Samsung s23 and am seeing the desktop version of https://www.bilibili.com/.
Updated•1 year ago
|
Comment 4•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox for Android::Browser Engine' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
| Reporter | ||
Comment 5•1 year ago
|
||
As seen in the newly uploaded attachment, when the setting is activated, the desktop version is not returned, unless I specifically ask for the desktop version, from the browser option.
Tested with:
Operating System: Google Pixel 3 (Android 12) -1080 x 2160 pixels, 18:9 ratio (~443 ppi density)
Operating System: Oppo Find X5 (Android 13) - 1080 x 2400 pixels, 20:9 ratio (~402 ppi density)
| Reporter | ||
Comment 6•1 year ago
|
||
Comment 7•1 year ago
|
||
The severity field is not set for this bug.
:boek, could you have a look please?
For more information, please visit BugBot documentation.
Updated•1 year ago
|
Updated•1 year ago
|
Updated•11 months ago
|
Comment 8•11 months ago
|
||
This bug seems to appear every time when I click on a link which opens in a new tab.
Device: Firefox for Android 132, Android 10
Steps to reproduce:
- open "Settings > Site settings > always request desktop site"
- restart Firefox (to make sure the settings are applied)
- host this page on a local web server and open it in Firefox
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
</head>
<body>
<a href="">Link 1</a>
<a href="" target="_blank">Link 2</a>
<a href="javascript:window.open(window.location.href)">Link 3</a>
</body>
</html>
- click "Link 2" or "Link 3"
| Reporter | ||
Comment 10•10 months ago
|
||
I am not familiar with hosting a page in a local web server, but I have tried to replicate the issue using the code provided, in codepen.io. The provided reduced test case works as expected in codepen.io, using the latest Nightly on Android devices (13-14), following the steps to reproduce. A new tab is opened when tapping on Link 2 or Link 3.
Notes:
New tabs are opened, regardless if "Settings > Site settings > always request desktop site" is enabled or not.
Comment 11•10 months ago
|
||
Yes, a new tab is opened as expected, but on my device the new tab is mobile site instead of desktop site. The font size is bigger in mobile site than in desktop site.
Browser:
Firefox nightly 2025-09-30-16-29-01, Android 10
Steps to reproduce:
Same as above
Expected:
The same page is opened in a new tab, with the same font size. (a desktop site)
Found:
The same page is opened in a new tab, with bigger font size. (a mobile site)
Comment 12•10 months ago
|
||
:rbucata, could you reproduce it?
I haven't used any bug trackers before. Shall I need to mention you every time, or shall I just need to wait?
| Reporter | ||
Comment 13•10 months ago
|
||
In the new tab opened, using codepen, regardless of the desktop site option status, I do not see any differences in the font size.
Sorry for the late reply, but we are getting a lot of requests lately.
| Reporter | ||
Comment 14•10 months ago
|
||
Comment 15•10 months ago
|
||
:rbucata, sorry for wasting your time. The steps above aren't very clear, and here's a clearer version.
Browser: Firefox for Android nightly 2025-10-07-09-51-47, Android 10
Steps to reproduce:
- open "Settings > Site settings > always request desktop site"
- restart Firefox (to make sure the settings are applied)
- paste the html on codepen
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
</head>
<body>
Device Type: <b id="device-type"></b>
<br/>
<a href="">Link 1</a>
<a href="" target="_blank">Link 2</a>
<a href="javascript:window.open(window.location.href)">Link 3</a>
</body>
<script>
let deviceType = /Mobi|Android|iPhone/i.test(navigator.userAgent) ? "Mobile" : "Desktop";
document.getElementById("device-type").innerText = deviceType;
</script>
</html>
- get the direct link of the page
(On my device I can't copy the link directly in the preview area, so I click "Link 2" and then copy the link in the address bar. Please close this page to avoid confusion.) - open a new tab and paste the direct link into the address bar (we call this page P1)
- click "Link 2" or "Link 3" in P1 and another tab will be opened (we call this page P2)
(Codepen isn't nessesary, it can also be reproduced with a local web server)
Expected:
P1 is desktop site. P2 is desktop site. They have the same font size.
(because we opened "always request desktop site")
Found:
P1 is desktop site. P2 is mobile site. The font size is bigger in P2.
| Reporter | ||
Comment 16•10 months ago
|
||
I get the same results. P1 is desktop site, P2 is mobile site.
Updated•9 months ago
|
Comment 17•7 months ago
|
||
I have reproduced it on the latest Nightly (2026-01-16).
:rbucata, Could you help me find someone to fix it? I have been waited for a long time.
| Reporter | ||
Comment 18•7 months ago
|
||
We have different teams working across Firefox. I can't really have any input here, as a QA, unfortunately.
Description
•