From 577df40c5b091143a44880bedd8ea3e8e53ec17d Mon Sep 17 00:00:00 2001 From: Vic <88368191+jdgjsag67251@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:20:10 +0200 Subject: [PATCH] Fixed issue with iPads being marked as non-modern --- packages/modern-browsers/modern.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/modern-browsers/modern.js b/packages/modern-browsers/modern.js index 14476284d3..3ffaf5f212 100644 --- a/packages/modern-browsers/modern.js +++ b/packages/modern-browsers/modern.js @@ -32,7 +32,7 @@ const browserAliases = { // The webapp package converts browser names to camel case, so // mobile_safari and mobileSafari should be synonymous. - mobile_safari: ['mobileSafari', 'mobileSafariUI', 'mobileSafariUI/WKWebView'], + mobile_safari: ['mobileSafari', 'mobileSafariUI', 'mobileSafariUI/WKWebView', 'appleMail'], }; // Expand the given minimum versions by reusing chrome versions for