(like developer tools responsive design mode in Chrome/firefox.)
They are checking viewer's platform by another method and here's how to emulate mobile device in these case.
NOTE:Please try this at your own risk.
They are checking your platform using javascript and that's not just user-agent.
If you look up "navigator.platform" in javascript, it will return OS name something like "Win32".
This feature is old and no longer recommended so not many websites using these days, but some still.
So when you face this problem, you need to spoofing "navigator.platform".
You can change "navigator.platform" in Firefox!
OK, input "about:config" in address bar as usual.
(Yes, this is why I always use Firefox...)
Search "general.platform.override", select "string" and press plus icon.
Input whatever you want as "navigator.platform" string and press check mark. That's all.
You can delete setting by pressing trash can icon when you don't need anymore.
You can emulate iPhone/Android by "general.platform.override" string.
If you want emulate iPhone, input "iPhone".
If you want emulate Android , input "Linux".
How to hide Navigation Toolbar in Firefox Nightly for Android.(disable new double address bar)
How to change Thunderbird like Gmail Basic HTML view.(userChrome.css)
OpenSea scams surge! Beware of Phishing mail.
How to emulate mobile device in Firefox browser when user-agent spoofing is not enough.
[Android]How to solve White Fade issue at the top of Home Screen
[Android Chrome]How to hide News/Recipes icons in New Tab Page[Disable query tiles]
[PHP]Fix simplexml_load_string() parser error. (file_get_contents returning garbled data)
[Wordpress]Fix automatically inserting read.amazon.com.au iframe card.
[Windows10]Fix Missing Arrows in explorer context menu(missing system font)
How to block Pinterest crawler and prevent saves to Pinterest from your site.
Fix Windows 10 Update errors(1909 to 20H2/21H1)
How to update ASUS Motherboard BIOS(AI suite 3/EZ update/Asus Business Manager)
[XAMPP]How to stop all services (Apache, Mysql) and exit from control panel by just clicking a shortcut.