MCPcopy Create free account
hub / github.com/UI5/webcomponents / isAndroid

Function isAndroid

packages/base/src/Device.ts:195–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193};
194
195const isAndroid = (): boolean => {
196 return internals.android || internals.androidPhone;
197};
198
199export {
200 internals,

Callers 3

onBeforeRenderingMethod · 0.85
_inputMethod · 0.85
onBeforeRenderingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…