Site scaling when opened in ipad. Also zooms in when you click on any button

enter image description hereI wrote the code in html, css, js. It works correctly on all devices except ipad. Emulator for ipad on google chrome shows it works fine.

But when opened on ipad, the website is scaled as soon as the site is loaded. When you click on any button on the website, it zooms in.

mentioning the meta tag written in code:

    <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

      

+3


source to share


2 answers


You are probably using iphone safari. Does it work correctly in the Safari browser on Mac? Perhaps isolate it first.



0


source


After updating IOS for iPad, the problem was resolved by itself.



0


source







All Articles