twitter-bootstrap Bootstrap 4 浏览器支持版本
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/44238230/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Bootstrap 4 browser support version
提问by Mandeep Jain
I am working on a new website and plan to use Bootstrap 4. Since its still in alpha stage, it is somewhat risky. Bootstrap docsmentions that all the latest browsers are supported but does not specify from which version on.
我正在开发一个新网站,并计划使用 Bootstrap 4。由于它仍处于 alpha 阶段,因此有点冒险。Bootstrap 文档提到支持所有最新的浏览器,但没有指定从哪个版本开始。
So is it possible to know that from which browser version is bootstrap 4 supported?
那么是否有可能知道 bootstrap 4 支持哪个浏览器版本?
回答by pol
The list of supported browsers can be found in the "package.json" file once you download bootstrap. It's also written on the bootstrap website in the documentation.
Here's the list of supported browsers for v4:
下载引导程序后,可以在“package.json”文件中找到支持的浏览器列表。它也写在 bootstrap 网站的文档中。
以下是 v4 支持的浏览器列表:
Chrome 45+
Firefox 38+
Opera 30+
Internet Explorer 10+
Edge 12+
iOS 9+
Safari 9+
Android 4.4+
回答by Vishwa
From bootstrap web site,
从引导程序网站,
Bootstrap supports the latest, stable releases of all major browsers and platforms. On Windows, we support Internet Explorer 10-11 / Microsoft Edge.
Bootstrap 支持所有主要浏览器和平台的最新、稳定版本。在 Windows 上,我们支持 Internet Explorer 10-11 / Microsoft Edge。
They mentioned all stable major releases are supported. With supporting ESR versions. Im not so sure but they meant by it, that currently latest browser versions and all future versions could handle bootstrap 4 as it should be.
他们提到支持所有稳定的主要版本。支持 ESR 版本。我不太确定,但他们的意思是,当前最新的浏览器版本和所有未来版本都可以按原样处理引导程序 4。
回答by Imran Javed
Supported Browsers are:
支持的浏览器有:
"last 1 major version",
">= 1%",
"Chrome >= 45",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
Please refer to following URL for Supported Browsers: https://getbootstrap.com/docs/4.1/getting-started/browsers-devices/
有关支持的浏览器,请参阅以下 URL:https: //getbootstrap.com/docs/4.1/getting-started/browsers-devices/
While latest release versions can be found at following: https://github.com/twbs/bootstrap/releases
虽然可以在以下位置找到最新版本:https: //github.com/twbs/bootstrap/releases


