Skip to content

Commit 1ffb508

Browse files
authored
Browser support: Indicate iOS 7 is no longer tested
We had to drop iOS 7 testing as iOS simulators are no longer supported by BrowserStack and there are no real devices for iOS <10. We continue to rely on old iOS emulators for testing as long as they work. iOS 8.3 & 9.3 seem to work fine for now but iOS 7.0 was breaking a lot; right now, the browser doesn't even start. Closed gh-229
1 parent 60efd97 commit 1ffb508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/browser-support.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ <h3>Desktop</h3>
1717
<h3>Mobile</h3>
1818
<ul>
1919
<li>Stock browser on Android 4.0+<sup>[1]</sup></li>
20-
<li>Safari on iOS 7+</li>
20+
<li>Safari on iOS 7+<sup>[1]</sup></li>
2121
</ul>
2222

23-
<p>[1] Workarounds for Android Browser 4.0-4.3 are present in the code base, but we no longer actively test these versions.</p>
23+
<p>[1] Workarounds for Android Browser 4.0-4.3 & iOS 7 are present in the code base, but we no longer actively test these versions. iOS 8 & newer versions are tested.</p>
2424

2525
<p>Any problem with jQuery in the above browsers should be reported as a bug in jQuery.</p>
2626

0 commit comments

Comments
 (0)