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

Function isMobile

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

Source from the content-addressed store, hash-verified

90};
91
92const isMobile = (win: Window) => matchMedia(win, '(any-pointer:coarse)');
93
94const isDesktop = (win: Window) => !isMobile(win);
95

Callers 3

isMobileWebFunction · 0.85
isIpadFunction · 0.85
isDesktopFunction · 0.85

Calls 1

matchMediaFunction · 0.85

Tested by

no test coverage detected