Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ isPhone
Function
isPhone
packages/base/src/Device.ts:172–174 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
170
};
171
172
const
isPhone = (): boolean => {
173
return
internals._isPhone();
174
};
175
176
const
isDesktop = (): boolean => {
177
if
(isSSR) {
Callers
15
_isPhone
Method · 0.85
_phoneView
Method · 0.85
_isPhone
Method · 0.85
_isMobileDevice
Method · 0.85
showHeader
Method · 0.85
onResponsivePopoverAfterClose
Method · 0.85
_click
Method · 0.85
showHeader
Method · 0.85
showFooter
Method · 0.85
_inputLiveChange
Method · 0.85
_onPopoverFocusOut
Method · 0.85
_tokenizerFocusOut
Method · 0.85
Calls
1
_isPhone
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…