From 6e454e6b290da4b67d492da2573cb85dae819dd6 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Thu, 20 Oct 2022 16:14:48 +0800 Subject: [PATCH] chore: update minUserAgentVersion --- .../uni-cli-shared/src/json/app/manifest/checksystemwebview.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/uni-cli-shared/src/json/app/manifest/checksystemwebview.ts b/packages/uni-cli-shared/src/json/app/manifest/checksystemwebview.ts index 195764397..48d178fef 100644 --- a/packages/uni-cli-shared/src/json/app/manifest/checksystemwebview.ts +++ b/packages/uni-cli-shared/src/json/app/manifest/checksystemwebview.ts @@ -8,7 +8,7 @@ export function initCheckSystemWebview(manifestJson: Record) { if (process.env.NODE_ENV === 'development' && !plusWebView) { manifestJson.plus['uni-app'].webView = { - minUserAgentVersion: '64.0.3282.116', + minUserAgentVersion: '49.0', } } } -- GitLab