Commit 95893cd4 authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #18614 from patrickhlauke/docs-browsers-devices1

Docs: update browser support info
parents 9cd69037 2f4bdca9
Showing with 16 additions and 6 deletions
+16 -6
...@@ -13,11 +13,13 @@ Bootstrap supports a wide variety of modern browsers and devices, and some older ...@@ -13,11 +13,13 @@ Bootstrap supports a wide variety of modern browsers and devices, and some older
## Supported browsers ## Supported browsers
Bootstrap supports the **latest, stable releases** of all major browsers and platforms. On Windows, **we support Internet Explorer 9-11 / Microsoft Edge**. More specific support information is provided below. Bootstrap supports the **latest, stable releases** of all major browsers and platforms. On Windows, **we support Internet Explorer 9-11 / Microsoft Edge**.
Alternative browsers which use the latest version of WebKit, Blink, or Gecko, whether directly or via the platform's web view API, are not explicitly supported. However, Bootstrap should (in most cases) display and function correctly in these browsers as well. More specific support information is provided below.
### Mobile devices ### Mobile devices
Generally speaking, Bootstrap supports the latest versions of each major platform's default browsers. Generally speaking, Bootstrap supports the latest versions of each major platform's default browsers. Note that proxy browsers (such as Opera Mini, Opera Mobile's Turbo mode, UC Browser Mini, Amazon Silk) are not supported.
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-bordered table-striped"> <table class="table table-bordered table-striped">
...@@ -26,9 +28,9 @@ Generally speaking, Bootstrap supports the latest versions of each major platfor ...@@ -26,9 +28,9 @@ Generally speaking, Bootstrap supports the latest versions of each major platfor
<td></td> <td></td>
<th>Chrome</th> <th>Chrome</th>
<th>Firefox</th> <th>Firefox</th>
<th>Opera</th>
<th>Safari</th> <th>Safari</th>
<th>Android Browser &amp; WebView</th> <th>Android Browser &amp; WebView</th>
<th>Microsoft Edge</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
...@@ -36,17 +38,25 @@ Generally speaking, Bootstrap supports the latest versions of each major platfor ...@@ -36,17 +38,25 @@ Generally speaking, Bootstrap supports the latest versions of each major platfor
<th scope="row">Android</th> <th scope="row">Android</th>
<td class="text-success">Supported</td> <td class="text-success">Supported</td>
<td class="text-success">Supported</td> <td class="text-success">Supported</td>
<td class="text-danger">Not supported</td>
<td class="text-muted">N/A</td> <td class="text-muted">N/A</td>
<td class="text-success">Android v5.0+ supported</td> <td class="text-success">Android v5.0+ supported</td>
<td class="text-muted">N/A</td>
</tr> </tr>
<tr> <tr>
<th scope="row">iOS</th> <th scope="row">iOS</th>
<td class="text-success">Supported</td> <td class="text-success">Supported</td>
<td class="text-muted">N/A</td> <td class="text-success">Supported</td>
<td class="text-danger">Not supported</td>
<td class="text-success">Supported</td> <td class="text-success">Supported</td>
<td class="text-muted">N/A</td> <td class="text-muted">N/A</td>
<td class="text-muted">N/A</td>
</tr>
<tr>
<th scope="row">Windows 10 Mobile</th>
<td class="text-muted">N/A</td>
<td class="text-muted">N/A</td>
<td class="text-muted">N/A</td>
<td class="text-muted">N/A</td>
<td class="text-success">Supported</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment