MCPcopy Create free account
hub / github.com/dailydotdev/apps / isMobile

Function isMobile

packages/shared/src/lib/func.ts:240–241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238};
239
240export const isMobile = (): boolean =>
241 globalThis?.localStorage.mobile || globalThis?.navigator.maxTouchPoints > 1;
242
243export const shouldUseNativeShare = (): boolean =>
244 'share' in globalThis?.navigator && isMobile();

Callers 2

shouldUseNativeShareFunction · 0.85
shouldUseSocialAuthPopupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected