Skip to content

Commit

Permalink
Merge pull request #16 from twbs/android-lollipop
Browse files Browse the repository at this point in the history
Officially support the Android Browser on Android v5.0+
  • Loading branch information
mdo committed Dec 11, 2014
2 parents 235e815 + 6ae16b0 commit fd03025
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/getting-started/support.md
Expand Up @@ -19,6 +19,7 @@ Bootstrap supports the **latest, stable releases** of all major browsers and pla
<th>Internet Explorer</th>
<th>Opera</th>
<th>Safari</th>
<th>Android Browser & WebView</th>
</tr>
</thead>
<tbody>
Expand All @@ -29,20 +30,23 @@ Bootstrap supports the **latest, stable releases** of all major browsers and pla
<td class="text-muted" rowspan="3" style="vertical-align: middle;">N/A</td>
<td class="text-danger">Not supported</td>
<td class="text-muted">N/A</td>
<td class="text-success">Android v5.0+<br>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-muted">N/A</td>
</tr>
<tr>
<th scope="row">Mac OS X</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-muted">N/A</td>
</tr>
<tr>
<th scope="row">Windows</th>
Expand All @@ -51,6 +55,7 @@ Bootstrap supports the **latest, stable releases** of all major browsers and pla
<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>
Expand Down

0 comments on commit fd03025

Please sign in to comment.