MCPcopy 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
187const isIOS = (): boolean => {
188 return internals.iOS;
189};
190
191const isMac = (): boolean => {
192 return internals.macOS;

Callers 2

_adjustForIOSKeyboardMethod · 0.85
fixSafariActiveStateFunction · 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…