Not necessarily a compatibility prefix issue. The webkit of the mobile version is different from the core of the PC version in some functions. The mobile version blocks certain functions to adapt to the model (those that consume too much performance will not run on low-end machines!). That is to say, castration... The above mentioned are at the system level, and there are many things that developers need to pay attention to when enabling webview at the application level. It is also optimizing application usage scenarios and machine performance. Developers will also give up some performance
Take Tencent’s X5 core as an example. It is simply the IE6 of the mobile world. In order to adapt the entire platform to Android models, many performance-consuming functions are either abandoned or reduced in effect...
Most mobile browsers and embedded browsers are based on webkit, but there are also browsers such as Opera and Firefox. It is best to write the prefix. Webview’s support for CSS3 will vary depending on the support of different mobile phones and different mobile phone systems. Try to use commonly supported attributes~
Not necessarily a compatibility prefix issue.
The webkit of the mobile version is different from the core of the PC version in some functions.
The mobile version blocks certain functions to adapt to the model (those that consume too much performance will not run on low-end machines!). That is to say, castration...
The above mentioned are at the system level, and there are many things that developers need to pay attention to when enabling webview at the application level.
It is also optimizing application usage scenarios and machine performance. Developers will also give up some performance
Take Tencent’s X5 core as an example. It is simply the IE6 of the mobile world. In order to adapt the entire platform to Android models, many performance-consuming functions are either abandoned or reduced in effect...
Most mobile browsers and embedded browsers are based on webkit, but there are also browsers such as Opera and Firefox. It is best to write the prefix.
Webview’s support for CSS3 will vary depending on the support of different mobile phones and different mobile phone systems.
Try to use commonly supported attributes~