File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,15 +65,15 @@ const getDeviceType = () => setDefaults(device.type, 'browser');
6565export const isSmartTV = isSmartTVType ( ) ;
6666export const isConsole = isConsoleType ( ) ;
6767export const isWearable = isWearableType ( ) ;
68- export const isMobileSafari = isMobileSafariType ( ) ;
68+ export const isMobileSafari = isMobileSafariType ( ) || getIPad13 ( ) ;
6969export const isChromium = isChromiumType ( ) ;
7070export const isMobile = isMobileAndTabletType ( ) || getIPad13 ( ) ;
7171export const isMobileOnly = isMobileType ( ) ;
7272export const isTablet = isTabletType ( ) || getIPad13 ( ) ;
7373export const isBrowser = isBrowserType ( ) ;
7474export const isAndroid = isAndroidType ( ) ;
7575export const isWinPhone = isWinPhoneType ( ) ;
76- export const isIOS = isIOSType ( ) ;
76+ export const isIOS = isIOSType ( ) || getIPad13 ( ) ;
7777export const isChrome = isChromeType ( ) ;
7878export const isFirefox = isFirefoxType ( ) ;
7979export const isSafari = isSafariType ( ) ;
You can’t perform that action at this time.
0 commit comments