function isIOS(): boolean { /* istanbul ignore next */ return /ios|iphone|ipad|ipod/.test(navigator.userAgent.toLowerCase()); } export default isIOS;