Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ionic-team/ionic-framework
/ isIphone
Function
isIphone
core/src/utils/platform.ts:64–64 ·
view source on GitHub ↗
(win: Window)
Source
from the content-addressed store, hash-verified
62
};
63
64
const
isIphone = (win: Window) => testUserAgent(win, /iPhone/i);
65
66
const
isIOS = (win: Window) => testUserAgent(win, /iPhone|iPod/i) || isIpad(win);
67
Callers
nothing calls this directly
Calls
1
testUserAgent
Function · 0.85
Tested by
no test coverage detected