MCPcopy 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
172const isPhone = (): boolean => {
173 return internals._isPhone();
174};
175
176const isDesktop = (): boolean => {
177 if (isSSR) {

Callers 15

_isPhoneMethod · 0.85
_phoneViewMethod · 0.85
_isPhoneMethod · 0.85
_isMobileDeviceMethod · 0.85
showHeaderMethod · 0.85
_clickMethod · 0.85
showHeaderMethod · 0.85
showFooterMethod · 0.85
_inputLiveChangeMethod · 0.85
_onPopoverFocusOutMethod · 0.85
_tokenizerFocusOutMethod · 0.85

Calls 1

_isPhoneMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…