diff options
| author | Mark Otto <[email protected]> | 2014-12-11 13:53:58 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-11 13:53:58 -0800 |
| commit | fd03025b0922cf12a51958c7bd17358ec2b75a75 (patch) | |
| tree | fbd723974a8973a537122c9d14ae5f41986ba18e | |
| parent | 235e815e6abdbc600f939bf90d6dfd44b80a68ec (diff) | |
| parent | 6ae16b0a49b1a8aa7a2c0cccc0e3b2e385a03bc9 (diff) | |
| download | bootstrap-fd03025b0922cf12a51958c7bd17358ec2b75a75.tar.xz bootstrap-fd03025b0922cf12a51958c7bd17358ec2b75a75.zip | |
Merge pull request #16 from twbs/android-lollipop
Officially support the Android Browser on Android v5.0+
| -rw-r--r-- | docs/getting-started/support.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/getting-started/support.md b/docs/getting-started/support.md index 7fff752f9..87911f4e5 100644 --- a/docs/getting-started/support.md +++ b/docs/getting-started/support.md @@ -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> @@ -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-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> @@ -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-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> @@ -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-muted">N/A</td> </tr> <tr> <th scope="row">Windows</th> @@ -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> |
