Home > Backend Development > PHP Tutorial > 微信里面打开网站是调用的什么浏览器以及内核??

微信里面打开网站是调用的什么浏览器以及内核??

WBOY
Release: 2016-06-06 20:40:30
Original
3828 people have browsed it

微信里面打开网站是调用的什么浏览器以及内核??

回复内容:

微信里面打开网站是调用的什么浏览器以及内核??

用的微信内置的浏览器的
关于详细信息 打印一下navigator.userAgent

微信6.1版本以上的android用户,都是使用的QQ浏览器的X5内核。5.4-6.1之间的版本,若用户安装了QQ浏览器就是使用的X5内核,若用户未安装浏览器,使用的是系统内核。

来自 http://zhi.hu/fWBu

其实微信的webview是比内核的webview好一些的,
应该是用的腾讯的X5内核的浏览器内核,
普通开发者也可以调用的,就是比较麻烦
参看 http://x5.tencent.com/

webkit 吧

一直认为是手机设置的默认浏览器 webkit

android和ios都是用webkit内核的浏览器组件,只不过在浏览器上做过一些封装。

例如,禁止执行某些js,自有的js bridge,url scheme的过滤等

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template