Answer the question
In order to leave comments, you need to log in
Why does the layout move out completely on IOS OS?
Why everything completely crashes in any browser on devices with an installed IOS system (on Mac, Windows, Android and Linux on any browsers everything is fine)
recent.look-website.xyz
Made up on flexboxes.
Gulp Autoprefixer costs: last 5 versions, tried more, doesn't help.
Thanks in advance.
PS I am attaching a link to the github repository, I hope this will make it easier to identify the problem https://github.com/Yaphtes/coha
Answer the question
In order to leave comments, you need to log in
Yes, there is a problem with Safart browser on iPhone.
Start at least by fixing the HTML errors that are visible in the validator.
Without this, there is nothing to even judge.
Set Autoprefixer to last 2 versions
to disable IE7 support.
Surprisingly, only on IOS, apparently, other browsers are more loyal.
All meta tags must be added to the head, and not after:
<head lang="ru"></head>
<meta charset="UTF-8">
<title>coha</title>
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="path/to/image.jpg">
<script src="js/flexibility.js"></script>
<link rel="stylesheet" href="css/screen.css">
<link rel="stylesheet" href="css/jquery.formstyler.css">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="width">
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question