mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add Windows 10 Mobile / Microsoft Edge
This commit is contained in:
parent
e0058829ab
commit
56b84556c7
1 changed files with 11 additions and 0 deletions
|
@ -28,6 +28,7 @@ Generally speaking, Bootstrap supports the latest versions of each major platfor
|
||||||
<th>Firefox</th>
|
<th>Firefox</th>
|
||||||
<th>Safari</th>
|
<th>Safari</th>
|
||||||
<th>Android Browser & WebView</th>
|
<th>Android Browser & WebView</th>
|
||||||
|
<th>Microsoft Edge</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -37,6 +38,7 @@ Generally speaking, Bootstrap supports the latest versions of each major platfor
|
||||||
<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-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>
|
||||||
|
@ -44,6 +46,15 @@ Generally speaking, Bootstrap supports the latest versions of each major platfor
|
||||||
<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>
|
<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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue