Skip to content

Commit 449e1d6

Browse files
authored
Browser support: Update Android Browser support status
Workarounds for Android Browser 4.0-4.3 are present in the code base but we no longer actively test these versions. Closes gh-209
1 parent 896157a commit 449e1d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/browser-support.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ <h3>Desktop</h3>
1616

1717
<h3>Mobile</h3>
1818
<ul>
19-
<li>Stock browser on Android 4.0+</li>
19+
<li>Stock browser on Android 4.0+<sup>[1]</sup></li>
2020
<li>Safari on iOS 7+</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>
24+
2325
<p>Any problem with jQuery in the above browsers should be reported as a bug in jQuery.</p>
2426

2527
<p><em>(Current - 1) and Current</em> denotes that we support the current stable version of the browser and the version that preceded it. For example, if the current version of a browser is 24.x, we support the 24.x and 23.x versions.</p>

0 commit comments

Comments
 (0)