forked from medic/cht-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.browserslistrc
More file actions
16 lines (15 loc) · 804 Bytes
/
.browserslistrc
File metadata and controls
16 lines (15 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Browsers that we support
#
# Chrome is set to a lagging value because the CHT is mostly used in a webview. Webviews are
# almost always the Android Webview (Chromium).
#
# Because many Android phones are not set to autoupdate, we know that lots use old versions of webview.
# We progressively increase the minimum browser version when possible, but it needs careful communication and
# is quite expensive for partners to verify which phones need updating and which don't.
#
# Firefox on the other hand is in the vast majority of cases only used on desktops which are much better at
# keeping up to date so, we can safely stick to a rolling version there.
#
# See the CHT dependency matrix at: https://docs.communityhealthtoolkit.org/core/releases/#dependencies
Chrome >= 90
last 4 Firefox versions