Answer the question
In order to leave comments, you need to log in
How to force site scaling?
Please, tell me:
There is a button "Full version of the site" in mobile browsers.
The site is shown on a mobile phone as it would be shown on a desktop, but it is the browser itself that changes the display algorithm to a desktop one.
I need to implement the same button on the site, when viewed on a mobile phone, the ability to switch between mobile and full version.
When switching to the mobile version, everything is fine, I write in the header
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="viewport" content="width=980,initial-scale=1">
Answer the question
In order to leave comments, you need to log in
Here's an option - https://stackoverflow.com/questions/2341001/merge-...
well, do not remove the viewport, but change it. for example like this:
<meta name="viewport" content="width=980,initial-scale=0.3">
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question