mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user