Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ _isMobileDevice
Method
_isMobileDevice
packages/main/src/DateTimeInput.ts:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
get _isMobileDevice() {
37
return
!isDesktop() && (isPhone() || isTablet());
38
}
39
40
/**
41
* Override to handle nested slot structure from DatePicker -> DateTimeInput slot forwarding.
Callers
nothing calls this directly
Calls
3
isDesktop
Function · 0.85
isPhone
Function · 0.85
isTablet
Function · 0.85
Tested by
no test coverage detected