Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
195
const
isAndroid = (): boolean => {
196
return
internals.android || internals.androidPhone;
197
};
198
199
export
{
200
internals,
Callers
3
onBeforeRendering
Method · 0.85
_input
Method · 0.85
onBeforeRendering
Method · 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…