Skip to content

Commit 3c516d5

Browse files
committed
support > 0.25% of browerslist, see if we can support iOS 9.3.x as well...
1 parent 4a64be2 commit 3c516d5

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.browserslistrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Browsers we support
22
# See https://github.com/browserslist/browserslist for details
33

4-
> 0.4%
4+
> 0.25%
5+
ios_saf 9.3
56
ios_saf 10.3
67
ios_saf 13.7
78
ios_saf 14.8

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -150,22 +150,22 @@ you're welcome to issue a documentation pull request with instructions on how to
150150
## Recommended minimum browser versions for using Nightscout:
151151

152152
Our [browserslist](https://github.com/browserslist/browserslist) policy is documented in `.browserlistrc`.
153-
153+
We currently support approximately [91%](https://browsersl.ist/?q=%3E+0.25%25%2C+ios_saf+9.3%2C+ios_saf+10.3%2C+ios_saf+13.7%2C+ios_saf+14.8%2C+not+dead%2C+not+and_uc+12.12%2C+not+ie+11%0A) of all browsers globally used. These include:
154154

155155
- Android Chrome: 104 or later (`and_chr`)
156-
- Google Chrome: 102 or later (`chrome`)
156+
- Google Chrome: 101 or later (`chrome`)
157157
- Microsoft Edge: 103 or later (`edge`)
158158
- Mozilla Firefox: 102 or later (`firefox`)
159159
- Apple Safari on iOS: 15.5 or later (`ios_saf`)
160-
- Apple Safari on iOS also works for iOS 10.3.4, 12.2-12.5, 13.4-13.7, 14.x, 15.2-15.4 but is not recommended because it's not maintained by Apple (`ios_saf`)
161160
- Opera Mini on Android: 63 or later (`op_mini`)
162161
- Opera: 88 or later (`opera`)
163162
- Apple Safari for macOS 10.15 Catalina or later: : 15.5 or later (`safari`)
164-
- Samsung Internet on Android: 12 or later (`samsung`)
163+
- Samsung Internet on Android: 17.0 or later (`samsung`)
165164
- Internet Explorer 11 : not supported
166165

167-
Older versions or other browsers might work, but are untested and unsupported.
168-
Some features may not work with devices/browsers on the older end of these requirements.
166+
Older versions or other browsers might work, but are untested and unsupported. We'll try to to keep Nightscout compatible with older iPads (e.g. Safari on iOS 10.3.4), but note that those devices are not supported by Apple anymore and have known security issues. Debugging these old devices gets harder due to Apple not supporting debugging the old devices on Macs that have been updated. Some features may not work with devices/browsers on the older end of these requirements.
167+
168+
169169

170170
## Installation software requirements:
171171

0 commit comments

Comments
 (0)