S
S
Sergey2018-05-20 22:09:14
Browsers
Sergey, 2018-05-20 22:09:14

Browser support?

Help clarify the situation regarding Safari browsers (iOS Safari), Android. What are the oldest versions of these browsers that still have to be considered in web development? Let's say we've made a requirement to support IE >= 10. What versions of Safari (iOS Safari) and Android will be similar in age?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
Gleb Qeemerc, 2018-05-21
@SergeiB

Adequate browser support:
Android 4.1 (problem in 1-2 properties)
IE8+,
Safari 7+
Opera, Mozilla, Chrome 10 previous versions.
As such, there are no significant differences or problems. For 99% of cases, an autoprefixer in the gulp config is enough. Micro-moments are a matter of one line.
In general, the recommendation is simple - write as written in the textbooks. For example, instead of using:
because there is a bug in Android 4+ and the like.

E
Evgeny Romashkan, 2018-05-20
@EvgeniiR

There are a lot of statistics about browser usage here. You can select platforms/selection/selection dates and specify the selection exactly by versions:
gs.statcounter.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question