Bootstrap4 supports a variety of browsers and devices, whether it is the latest or some older browsers.
Supported browsers (Recommended learning: Bootstrap video tutorial)
Bootstrap4 support The latest, stable versions of all major browsers and platforms.
Mobile devices
In general, Bootstrap supports the latest version of the default browser for all major platforms.
Support |
Support | Not support | N/A | Android v5.0 Support | |
Support |
N/A | Not supported | Supported | N/A |
It’s almost the same, most of the latest versions of desktop browsers are also supported.
##Chrome |
Firefox |
Internet Explorer |
Microsoft Edge |
Opera |
Safari |
|
Support | ##N/A
Support |
Support | Windows | |||
Support |
Support | Support | Support | Support | For Firefox, in addition to the latest ordinary stable version, we also support the latest Extended Support Version (ESR) of the Firefox browser. |
In order to provide the best possible experience to older and buggy browsers, Bootstrap uses CSS browsers in a number of different places Hacks use special CSS for specific browser versions to overcome bugs in the browser itself. These hacks naturally cause CSS validators to declare them unavailable. In some places, we also use cutting-edge CSS features that are not yet fully standardized, but use them purely for progressive enhancement. These validator warnings are no production hindrance in practice, because the non-hacky parts of our CSS are fully validated, and the hacky parts used do not prevent the normal functionality of the non-hacky parts. So that's why we deliberately ignore certain warnings.
For more technical articles related to Bootstrap, please visit the
Bootstrap Tutorialcolumn to learn!
The above is the detailed content of Which browsers is bootstrap4 compatible with?. For more information, please follow other related articles on the PHP Chinese website!