Answer the question
In order to leave comments, you need to log in
How to stretch the site in width on iOS?
We have a site with a width of 1000px and a height of 820px
This is not really a site, so please do not raise the topic about adaptability.
viewport:
<meta name="viewport" content="target-densitydpi=device-dpi, width=1000px, user-scalable=no">
$('meta[name=viewport]').remove();
$('head').append('<meta name="viewport" content="target-densitydpi=device-dpi, width=1000px, user-scalable=no">' );
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question