### 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) are not supported.
<div class="table-responsive">
<table class="table table-bordered table-striped">
<td></td>
<th>Chrome</th>
<th>Firefox</th>
- <th>Opera</th>
<th>Safari</th>
<th>Android Browser & WebView</th>
</tr>
<th scope="row">Android</th>
<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-success">Android v5.0+ supported</td>
</tr>
<tr>
<th scope="row">iOS</th>
<td class="text-success">Supported</td>
- <td class="text-muted">N/A</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>
</tr>
<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>
</tr>
</tbody>
</table>