fn
isIOS
v0.0.5Whether the current device runs iOS/iPadOS (iPhone or iPad).
Signature
ts
declare function isIOS(): boolean | undefined;Returns
boolean | undefinedtrue on iOS, undefined outside a browserWhether the current device runs iOS/iPadOS (iPhone or iPad).
declare function isIOS(): boolean | undefined;boolean | undefinedtrue on iOS, undefined outside a browser