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