MCPcopy 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
48const isMobileWeb = (win: Window): boolean => isMobile(win) && !isHybrid(win);
49
50const isIpad = (win: Window) => {
51 // iOS 12 and below

Callers

nothing calls this directly

Calls 2

isMobileFunction · 0.85
isHybridFunction · 0.85

Tested by

no test coverage detected