MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / isDesktop

Function isDesktop

core/src/utils/platform.ts:94–94  ·  view source on GitHub ↗
(win: Window)

Source from the content-addressed store, hash-verified

92const isMobile = (win: Window) => matchMedia(win, '(any-pointer:coarse)');
93
94const isDesktop = (win: Window) => !isMobile(win);
95
96const isHybrid = (win: Window) => isCordova(win) || isCapacitorNative(win);
97

Callers

nothing calls this directly

Calls 1

isMobileFunction · 0.85

Tested by

no test coverage detected