Commit fd03025b authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #16 from twbs/android-lollipop

Officially support the Android Browser on Android v5.0+
parents 235e815e 6ae16b0a
Showing with 5 additions and 0 deletions
+5 -0
...@@ -19,6 +19,7 @@ Bootstrap supports the **latest, stable releases** of all major browsers and pla ...@@ -19,6 +19,7 @@ Bootstrap supports the **latest, stable releases** of all major browsers and pla
<th>Internet Explorer</th> <th>Internet Explorer</th>
<th>Opera</th> <th>Opera</th>
<th>Safari</th> <th>Safari</th>
<th>Android Browser & WebView</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
...@@ -29,6 +30,7 @@ Bootstrap supports the **latest, stable releases** of all major browsers and pla ...@@ -29,6 +30,7 @@ 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-muted" rowspan="3" style="vertical-align: middle;">N/A</td>
<td class="text-danger">Not 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+<br>supported</td>
</tr> </tr>
<tr> <tr>
<th scope="row">iOS</th> <th scope="row">iOS</th>
...@@ -36,6 +38,7 @@ Bootstrap supports the **latest, stable releases** of all major browsers and pla ...@@ -36,6 +38,7 @@ Bootstrap supports the **latest, stable releases** of all major browsers and pla
<td class="text-muted">N/A</td> <td class="text-muted">N/A</td>
<td class="text-danger">Not 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>
</tr> </tr>
<tr> <tr>
<th scope="row">Mac OS X</th> <th scope="row">Mac OS X</th>
...@@ -43,6 +46,7 @@ Bootstrap supports the **latest, stable releases** of all major browsers and pla ...@@ -43,6 +46,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-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>
<tr> <tr>
<th scope="row">Windows</th> <th scope="row">Windows</th>
...@@ -51,6 +55,7 @@ Bootstrap supports the **latest, stable releases** of all major browsers and pla ...@@ -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-success">Supported</td> <td class="text-success">Supported</td>
<td class="text-danger">Not supported</td> <td class="text-danger">Not supported</td>
<td class="text-muted">N/A</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