A website uses a lot of HTML5 and CSS3, hoping that users will open the page with the WebKit kernel. However, the test found that 360's recommended mode is to open with the IE kernel. I don't know why. In fact, 360 has designed a method for website developers to choose from. Just add a Meta tag code to solve the problem. Browse Mode Speed mode, compatibility mode and IE9 high-speed mode are the three modes used by 360 browser when displaying web pages: Indicates high speed mode Indicates compatibility mode Indicates IE9/IE10 mode (only available if IE9 or IE10 is installed) 360 Speed Browser will automatically select the browsing mode suitable for each website for you. So, normally you don't need to know the difference between the several kernels. What are the characteristics of each mode? In high-speed mode, websites open quickly, but some websites may have compatibility issues and display abnormally in high-speed mode. When switching browsing modes, 360 Speed Browser will automatically synchronize data between the two cores, allowing you to switch between the two cores seamlessly. User Experience Program If you join the user experience program, we will send the switched URL to the 360 website so that we can improve the compatible list library and improve the product. The uploaded data does not contain information with your individual characteristics and will not be disclosed to third-party individuals or organizations. If you do not want to upload the switched URL, you can simply uncheck the box in "Advanced Options" Background As is well known, the mainstream browsers in China are dual-core browsers: based on the Webkit kernel for high-speed browsing of commonly used websites. The IE-based kernel is used for compatibility with online banking and old versions of websites. Taking several browsers of 360 as an example, we give priority to rendering mainstream websites through the Webkit kernel, and only a small number of websites are rendered through the IE kernel to ensure page compatibility. For a long time, our main means of control was a URL library of several hundred KB in size, a URL library collected through long-term manual operations. Although we work hard to improve the browser's automatic core switching accuracy through user feedback and code tag intelligent judgment technology. But in many cases, we still can't be 100% correct. Therefore, we added a new control method: kernel control Meta tag. As long as you add a Meta tag to your website and tell 360 Browser which kernel should be used to render this URL, 360 Browser will immediately switch to the corresponding kernel after reading this tag. And apply this behavior to all URLs under this second-level domain name. Code Sample Add a line of code in the head tag: XML/HTML CodeCopy content to clipboard
The value of content is one of webkit, ie-comp, and ie-stand, which is case-sensitive and represents the webkit kernel, IE compatible kernel, and IE standard kernel respectively.
A problem was found here. The official information ends with “>”, which does not work during actual testing. At this time, just change the ending to “ />” (note that there is a space before /), and the test will be feasible.
UA examples for each kernel ![]() Remark This feature is actually very similar to X-UA-Compatible in IE9. For an introduction to the implementation of several IE cores, see: Learn about the technologies used by Speed Mode and Compatibility Mode: |
<<: Detailed steps for installing Tomcat, MySQL and Redis with Docker
>>: How to clear the validation prompt in element form validation
The operating environment of this tutorial: Windo...
Table of contents vue custom directive Global Dir...
Table of contents Introduction Public code (backe...
background PNG images take up more storage space ...
Error description: 1. After installing Nginx (1.1...
This article introduces the development environme...
<br />This is not only an era of information...
History always repeats itself surprisingly well. ...
Table of contents 1. Two-way binding 2. Will the ...
privot is the intermediate table of many-to-many ...
Effect picture: The implementation code is as fol...
HTML5 is the next version of the HTML standard. M...
=================================================...
This article shares a native JS implementation of...
JS calculates the total price of goods in the sho...