Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ionic-team/ionic-framework
/ isMobileWeb
Function
isMobileWeb
core/src/utils/platform.ts:48–48 ·
view source on GitHub ↗
(win: Window)
Source
from the content-addressed store, hash-verified
46
};
47
48
const
isMobileWeb = (win: Window): boolean => isMobile(win) && !isHybrid(win);
49
50
const
isIpad = (win: Window) => {
51
// iOS 12 and below
Callers
nothing calls this directly
Calls
2
isMobile
Function · 0.85
isHybrid
Function · 0.85
Tested by
no test coverage detected