@empathyco/x-components
Version:
Empathy X Components
20 lines (11 loc) • 423 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [isIOS](./x-components.isios.md)
## isIOS() function
Checks if the user is on an iOS device (iPhone, iPad, or iPod).
**Signature:**
```typescript
isIOS: () => boolean
```
**Returns:**
boolean
`true` if the user is on iOS, `false` otherwise.