Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ isIOS
Function
isIOS
packages/base/src/Device.ts:187–189 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
185
};
186
187
const
isIOS = (): boolean => {
188
return
internals.iOS;
189
};
190
191
const
isMac = (): boolean => {
192
return
internals.macOS;
Callers
2
_adjustForIOSKeyboard
Method · 0.85
fixSafariActiveState
Function · 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…