You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Closedgh-229
Copy file name to clipboardExpand all lines: pages/browser-support.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,10 @@ <h3>Desktop</h3>
17
17
<h3>Mobile</h3>
18
18
<ul>
19
19
<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>
21
21
</ul>
22
22
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>
24
24
25
25
<p>Any problem with jQuery in the above browsers should be reported as a bug in jQuery.</p>
0 commit comments