Selectively Mobile View
-
Is it possible to set to mobile rendering on a per tab or per site basis? so default to desktop, except those I specify for mobile view?
-
@dalinar
Hi, as far as I know Vivaldi save the setting per tab, a quick test confirms that.
Set desktop as default in settings, switch to mobile in a tab work for this tab until I close it.Cheers, mib
-
This post is deleted! -
@mib2berlin how do I switch the tab to mobile?
-
@dalinar
Uncheck Desktop Site in the menu if you set it global to desktop. -
I couldn't find anything in the menu, and searching settings for desktop or mobile I can't find anything either. And also couldn't find anything in the site settings in the address bar
-
-
@dalinar Not available for Vivaldi Desktop on Windows, only on Vivaldi Android or iOS.
-
@DoctorG are there any flags or user agent strings to force mobile view?
-
@dalinar Try this user-agent:
Mozilla/5.0 (Linux; Android 8.0.0; SM-G965F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36
I do not know how you add it to your user-agent switcher extension.
You can run Vivaldi as:
start vivaldi --user-agent="Mozilla/5.0 (Linux; Android 8.0.0; SM-G965F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36"
And i do not know if that "forces" for you a mobile content, that depends on the webserver hosting the pages.
Or use developer Tools
https://developer.chrome.com/docs/devtools/
https://developer.chrome.com/docs/devtools/device-mode/#overview -
@DoctorG there's a setting in vivaldi settings dialog where you can specify user agent strings, but I didn't try it yet.. but I'm pretty sure i saw it yesterday
-
@dalinar said in Selectively Mobile View:
@DoctorG there's a setting in vivaldi settings dialog where you can specify user agent strings, but I didn't try it yet.. but I'm pretty sure i saw it yesterday
of course, in settings just type "user agent" and the setting gets filtered for you
-
I see why you need an extension. seems to work with an extension. thanks