From 73b03445dd37cba94d898d76abdbcb89997185e4 Mon Sep 17 00:00:00 2001 From: handongxun Date: Mon, 20 Jun 2022 15:07:41 +0800 Subject: [PATCH] =?UTF-8?q?manifest.json=20=E6=9B=B4=E6=96=B0=20webview=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/collocation/manifest.md | 2 +- docs/tutorial/app-manifest.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/collocation/manifest.md b/docs/collocation/manifest.md index 36a57096b..25bfbc1d8 100644 --- a/docs/collocation/manifest.md +++ b/docs/collocation/manifest.md @@ -75,7 +75,7 @@ uni 统计配置项 |属性|类型|说明| |:-|:-|:-| |minUserAgentVersion|String|最小webview版本,例如:95.0.4638.75| -|x5|Object|参见下面的说明| +|x5|Object|此属性需要勾选 Android X5 Webview 模块,详细参见下面的说明| x5 属性说明 diff --git a/docs/tutorial/app-manifest.md b/docs/tutorial/app-manifest.md index 8863fedde..67fd9583e 100644 --- a/docs/tutorial/app-manifest.md +++ b/docs/tutorial/app-manifest.md @@ -102,7 +102,7 @@ }, "webView": { // 3.5.0 + 当系统webview低于指定版本时,会弹出提示。或者下载x5内核后继续启动,仅Android支持 "minUserAgentVersion": "95.0.4638.75", // 最小webview版本 - "x5": { + "x5": { // 此属性需要勾选 Android X5 Webview 模块,详细参见下面的说明 "timeOut": 3000, // 超时时间 "showTipsWithoutWifi": true, // 是否在非WiFi网络环境时,显示用户确认下载x5内核的弹窗。 "allowDownloadWithoutWiFi": false // 是否允许用户在非WiFi网络时进行x5内核的下载。(如果为true,就不会显示用户确认的弹窗。) -- GitLab