MCPcopy 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

isDesktopFunction · 0.85
isPhoneFunction · 0.85
isTabletFunction · 0.85

Tested by

no test coverage detected