- Bootstrap 4:Responsive Web Design
- Silvio Moreto Matt Lambert Benjamin Jakobus Jason Marah
- 235字
- 2021-07-09 18:54:40
Browser compatibility
The Bootstrap framework supports the most recent versions of the most used browsers. However, depending on the browser, the elements' rendering might look a little different from others, such as in the Chrome and Firefox Linux versions.
Internet Explorer's (IE) old versions do not have some properties from CSS3 and HTML5 that are used in the framework, so be aware of this when supporting these browsers. The following table presents the official browser compatibility.
Also, with the new version 4 of the framework, some compatibilities have been dropped. They decided to drop the support that existed for IE8, since it was dragging down the addition of new features, and now Bootstrap is able to take advantage of the use of some new CSS features.
With regard to this, version 4 moved from pixels to rems and ems measures to make responsive and resizing easier, and with that, they dropped support for iOS 6 as well:

Tip
The meaning of em and rem
The units em and rem have moved from trending to reality! They are enforced as present in our context and have now gained the support of Bootstrap. The main difference between em and rem is that they are relative unit metrics, while pixels are not. em is a unit relative to the parent font size and rem is a unit relative to the root element, perfectly fitting this responsivity development context.
- .NET之美:.NET關鍵技術深入解析
- Redis入門指南(第3版)
- Microsoft Application Virtualization Cookbook
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- 單片機應用技術
- Learning DHTMLX Suite UI
- 深入淺出React和Redux
- 第一行代碼 C語言(視頻講解版)
- 實戰Java高并發程序設計(第2版)
- 從Power BI到Analysis Services:企業級數據分析實戰
- 嵌入式Linux C語言程序設計基礎教程
- Learning Concurrency in Python
- Microsoft Windows Identity Foundation Cookbook
- Developing RESTful Web Services with Jersey 2.0
- Ionic Framework By Example