From 37ff18354d29f676d1e43e352d550c012fbcb7cb Mon Sep 17 00:00:00 2001 From: Seba Kerckhof Date: Mon, 6 Jan 2020 16:10:08 +0100 Subject: [PATCH] Add chromeMobileWebView alias Capacitor (and possibly others) are identified as chromeMobileWebView. This is identical (also in numbering) to e.g. chromeMobile and can therefore be used as alias. Fixes https://github.com/meteor/meteor/issues/10794 --- packages/modern-browsers/modern.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/modern-browsers/modern.js b/packages/modern-browsers/modern.js index 43440bf615..fcace3b1e8 100644 --- a/packages/modern-browsers/modern.js +++ b/packages/modern-browsers/modern.js @@ -8,6 +8,7 @@ const browserAliases = { // chromeMobile*, per https://github.com/meteor/meteor/pull/9793, "chromeMobile", "chromeMobileIOS", + "chromeMobileWebView", // The major version number of Chromium and Headless Chrome track with the // releases of Chrome Dev, Canary and Stable, so we should be okay to