Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
92
const
isMobile = (win: Window) => matchMedia(win,
'(any-pointer:coarse)'
);
93
94
const
isDesktop = (win: Window) => !isMobile(win);
95
Callers
3
isMobileWeb
Function · 0.85
isIpad
Function · 0.85
isDesktop
Function · 0.85
Calls
1
matchMedia
Function · 0.85
Tested by
no test coverage detected