I still have problems on my iphone for those properties that require CSS3 prefix -webkit-

I really hope someone helps me understand what the problem is ...

and especially if it's just me or all the mobile devices that use safari.

In less than a week, I realized that unexpectedly the property

align-items: center;

no longer worked exclusively on my iphone 5 (did not upgrade to version 9.x), but it worked on another new and more iphone on mac

I opened the topic, and I was asked to add the webkit prefix (I did, but I donโ€™t understand why it worked, when it worked without the prefix, but now no ..)

How is it possible that "display: flex" and "align-items: center" no longer work on my iphone?

Now I find that the css3 transition does not work ... although I have the -webkit prefix!

-webkit-transition: transform 250ms ease out 0s;


 -webkit-transform: rotate (-180);

, Mac ....

? - ? ihpne ?

+4
1

-webkit- , , CSS? (, , .)

, , . , , , . (Android? Windows Phone?) . Safari iOS - , Safari Mac.

, , - Chrome App Store. , , Safari Mobile .

, -webkit-: : CSS. , .

0

Source: https://habr.com/ru/post/1612245/


All Articles