()
| 255 | globalThis?.localStorage.mobile || globalThis?.navigator.maxTouchPoints > 1; |
| 256 | |
| 257 | export const shouldUseNativeShare = (): boolean => |
| 258 | 'share' in globalThis?.navigator && isMobile(); |
| 259 | |
| 260 | export const shouldUseSocialAuthPopup = (): boolean => { |
| 261 | if (isIOSNative()) { |
no test coverage detected