Y
Y
Yaroslav2015-03-07 18:13:47
css
Yaroslav, 2015-03-07 18:13:47

The site does not display correctly on Safari iPad 4, what's the problem?

Good afternoon! I am making my first website for a client - test.mezoterika.com . Website with adaptive layout. The client says that on his iPad with a retina display in the Safari browser, the site is displayed like this: 54bc2399ca564759af2f8a5bb57ad7b7.jpgAnd on google chrome everything is displayed perfectly:
ad7f83a758b746af9a774d0fa96fe57a.jpg
What could be the problem? I believe that the problem is in media queries, but I'm not sure.
I have the following media queries with styles:
media only screen and (min-width: 960px) and (max-width: 1199px)
media only screen and (min-width: 751px) and (max-width: 959px)
media only screen and (min-width: 480px) and (max-width: 750px)
media only screen and (max-width: 479px)
I hope someone has come across this kind of problem.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
I
Ilya Korablev, 2015-03-07
@Yarez

Everything is displayed well for me, this is the first thing.
This is not a safari (in the first photo), secondly.

Y
Yaroslav, 2015-03-07
@Yarez

Guys, try pliz who has an iPad, tell me how it works for you.

N
N!crO, 2017-12-18
@n1croo

UPD. I'm blind, I didn't see the warning: "This functionality is not implemented by any of the browsers. But it is present in many transpilers, such as Traceur Compiler, Babel, Rollup or Webpack."
https://developer.mozilla.org/en/docs/Web/JavaScript...

O
oleg_drozdov, 2017-12-18
@oleg_drozdov

Have you connected the module builder? Webpack, Browserify for example.

A
Andrey Sanych, 2017-12-18
@mountpoint

'use strict' at the beginning. Not all browsers understand ES6 yet, hence the error. Run code through babel

K
Konstantin Kitmanov, 2017-12-18
@k12th

Actually, this warning is already outdated: https://caniuse.com/#feat=es6-module
But, of course, it’s too early for production in this form (although it depends on the project).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question