From 7d9c3d6c6f7fd9e5a3ef06d1edcf06b18b640386 Mon Sep 17 00:00:00 2001 From: handongxun Date: Thu, 20 Oct 2022 14:31:16 +0800 Subject: [PATCH] =?UTF-8?q?webview=20minUserAgentVersion=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=B8=BA=2064.0.3282.116?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/collocation/manifest.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/collocation/manifest.md b/docs/collocation/manifest.md index 01088d9d9..1d4c392c4 100644 --- a/docs/collocation/manifest.md +++ b/docs/collocation/manifest.md @@ -199,7 +199,7 @@ alwaysShowBeforeRender和autoclose属性组合设置,可配置以下三种关 |属性|类型|说明| |:-|:-|:-| -|minUserAgentVersion|String|最小webview版本,例如:95.0.4638.75。(当低于最小版本要求时,显示 `WebView版本过低` 弹框,点击确定退出应用。)| +|minUserAgentVersion|String|最小webview版本,例如:64.0.3282.116。(当低于最小版本要求时,显示 `WebView版本过低` 弹框,点击确定退出应用。)| |x5|Object|此属性需要在manifest模块配置中勾选 Android X5 Webview 模块,详细参见下面的说明| x5 属性说明 @@ -217,7 +217,7 @@ webview示例 { "app-plus" : { "webView": { - "minUserAgentVersion": "95.0.4638.75", + "minUserAgentVersion": "64.0.3282.116", "x5": { "timeOut": 3000, "showTipsWithoutWifi": true, @@ -228,6 +228,7 @@ webview示例 } ``` +提示:vue3 vue页面 要求 Android 系统 webview 最低版本为 `64.0.3282.116` ### h5 |属性|类型|说明| -- GitLab