Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ _isPhone
Function
_isPhone
packages/base/src/Device.ts:81–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
},
80
81
_isPhone() {
82
detectTablet();
83
return
internals.touch && !tablet;
84
},
85
};
86
87
let
windowsVersion: number;
Callers
nothing calls this directly
Calls
1
detectTablet
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…