MCPcopy 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
64const isIphone = (win: Window) => testUserAgent(win, /iPhone/i);
65
66const isIOS = (win: Window) => testUserAgent(win, /iPhone|iPod/i) || isIpad(win);
67

Callers

nothing calls this directly

Calls 1

testUserAgentFunction · 0.85

Tested by

no test coverage detected