neo4j-contrib / training-v2

14 stars 19 forks source link

Define the list of browsers that we want to support #12

Open ggrossetie opened 4 years ago

ggrossetie commented 4 years ago

Currently we are using the following list: https://browserl.ist/?q=last+2+versions%2C+safari+%3E%3D7

The global coverage according to browserlist is 87.77%. Still according to browserlist we support browsers versions with very low usage. Maybe we should use something like: https://browserl.ist/?q=%3E0.25%25 ? The global coverage is slighty better 92.27%.

What do you think? Do we have the current browser share on https://neo4j.com/graphacademy/ (from analytics)?

jexp commented 4 years ago

Currently it looks like this for 2020 for the whole website

Browser | Percent Chrome | 58,24% Safari | 12,66% Firefox | 7,75% Android Webview | 7,25% Safari (in-app) | 4,43% Internet Explorer | 3,55% Edge | 3,47% Samsung Internet | 0,93% Opera | 0,67% UC Browser | 0,38%

ggrossetie commented 4 years ago

Thanks Michael, do you have the browsers versions?